Time-Series Profile
GetPixelValue
Description:
This process requests the value of VI data by pixel location.
Inputs:
Parameter | Type | Default Value | Description |
layer | string | N/A | Data layer with product naming convention (e.g., NDVI-DAILY_2020.01.01) |
x | float | N/A | X-coordinate (e.g., -161531.05056761) |
y | float | N/A | Y-coordinate (e.g., 2381729.3333333) |
Outpus:
Parameter | Type | Example | |
pixelValue | float | 117.0 | |
location | string | (16515P,7752L) |
Request Example (SMAP-9KM-DAILY-SUB_2020.01.01_013000):
Request Example (NDVI-DAILY_2020.01.01):
GetProfileByDate
Description:
This process requests the time-series profile of daily data products by date range.
Inputs:
Parameter | Type | Default Value | Description |
productId | string | N/A | Product ID options:
SMAP-9KM-DAILY-SUB SMAP-9KM-DAILY-TOP SMAP-9KM-ANOMALY-DAILY-SUB SMAP-9KM-ANOMALY-DAILY-TOP NDVI-DAILY |
x | float | N/A | X-coordinate (e.g., -161531.05056761) |
y | float | N/A | Y-coordinate (e.g., 2381729.3333333) |
startDate | string | N/A | Start date (e.g., 2019.12.01) |
endDate | string | N/A | End date (e.g., 2020.01.31) |
Outpus:
Parameter | Type | Example | |
pixelValue | csv | https://cloud.csiss.gmu.edu/smap_cache/profile/Profile_SMAP-9KM-DAILY-SUB_2018.12.15_2019.01.15_-161531.05056761_2381729.3333333/Profile_SMAP-9KM-DAILY-SUB_2018.12.15_2019.01.15_-161531.05056761_2381729.3333333.csv | |
metadata | list | {u'SMAP-9KM-DAILY-SUB(Average)_Max': 0.25122272968292197, 'Total days': 31, u'SMAP-9KM-DAILY-SUB(Average)_Mean': 0.24993597203865645, u'SMAP-9KM-DAILY-SUB(Max)_Min': 0.24916942417621599, u'SMAP-9KM-DAILY-SUB(Max)_Max': 0.25137227773666398, u'SMAP-9KM-DAILY-SUB(Average)_Min': 0.24914190173149101, u'SMAP-9KM-DAILY-SUB(Average)_Median': 0.24992001056671098, u'SMAP-9KM-DAILY-SUB(Max)_Median': 0.25011880695819849, u'SMAP-9KM-DAILY-SUB(Max)_Mean': 0.25004842132329941} |
Request Example (SMAP-9KM-DAILY-SUB):
Request Example (SMAP-9KM-ANOMALY-DAILY-SUB):
Request Example (NDVI-DAILY):
GetProfileByWeek
Description:
This process requests the time-series profile of weekly data products by week range.
Inputs:
Parameter | Type | Default Value | Description |
productId | string | N/A | Product ID options:
SMAP-9KM-ANOMALY-WEEKLY-SUB SMAP-9KM-ANOMALY-WEEKLY-TOP SMAP-9KM-CATEGORY-WEEKLY-SUB SMAP-9KM-CATEGORY-WEEKLY-TOP SMAP-9KM-WEEKLY-SUB SMAP-9KM-WEEKLY-TOP SMAP-HYB-1KM-WEEKLY SMAP-HYB-1KM-ANOMALY-WEEKLY NDVI-WEEKLY MVCI-WEEKLY VCI-WEEKLY |
x | float | N/A | X-coordinate (e.g., -161531.05056761) |
y | float | N/A | Y-coordinate (e.g., 2381729.3333333) |
startWeek | string | N/A | Start year-week (e.g., 2019_50) |
endWeek | string | N/A | End year-week (e.g., 2020_10) |
Outpus:
Parameter | Type | Example | |
pixelValue | csv | https://cloud.csiss.gmu.edu/smap_cache/profile/Profile_NDVI-WEEKLY_2019_50_2020_10_-161531.05056761_2381729.3333333/Profile_NDVI-WEEKLY_2019_50_2020_10_-161531.05056761_2381729.3333333.csv | |
metadata | list | {'Total weeks': 13, u'NDVI-WEEKLY_Max': 131.0, u'NDVI-WEEKLY_Mean': 126.53846153846153, u'NDVI-WEEKLY_Median': 126.0, u'NDVI-WEEKLY_Min': 124.0} |
Request example for SMAP 9KM Weekly Subsoil):
Request example for NDVI Weekly):
Request example for SMAP 1KM Weekly: