Skip to content

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):

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetPixelValue&DataInputs=layer=SMAP-9KM-DAILY-SUB_2020.01.01_013000;x=-161531.05056761;y=2381729.3333333

Request Example (NDVI-DAILY_2020.01.01):

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetPixelValue&DataInputs=layer=NDVI-DAILY_2020.01.01;x=-161531.05056761;y=2381729.3333333

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):

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetProfileByDate&DataInputs=productId=SMAP-9KM-DAILY-SUB;x=-161531.05056761;y=2381729.3333333;startDate=2018.12.15;endDate=2019.01.15

Request Example (SMAP-9KM-ANOMALY-DAILY-SUB):

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetProfileByDate&DataInputs=productId=SMAP-9KM-ANOMALY-DAILY-SUB;x=-161531.05056761;y=2381729.3333333;startDate=2018.12.15;endDate=2019.01.15

Request Example (NDVI-DAILY):

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetProfileByDate&DataInputs=productId=NDVI-DAILY;x=-161531.05056761;y=2381729.3333333;startDate=2018.12.15;endDate=2019.01.15

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):

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetProfileByWeek&DataInputs=x=-161531.05056761;y=2381729.3333333;startWeek=2019_50;endWeek=2020_10;productId=SMAP-9KM-WEEKLY-SUB

Request example for NDVI Weekly):

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetProfileByWeek&DataInputs=x=-161531.05056761;y=2381729.3333333;startWeek=2019_50;endWeek=2020_10;productId=NDVI-WEEKLY

Request example for SMAP 1KM Weekly:

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetProfileByWeek&DataInputs=x=-161531.05056761;y=2381729.3333333;startWeek=2019_50;endWeek=2020_10;productId=SMAP-HYB-1KM-WEEKLY