Geospatial Statistics
                
                GetStatByFips
Description: 
This process requests the statistics result of SMAP/VI data by FIPS code.
Parameters: 
| Parameter | Type | Default Value | Example | 
| layer | string | N/A | SMAP-9KM-DAILY-SUB_2020.01.01_013000 | 
| fips | string | N/A | 06 | 
| minValue | float | N/A | 0 | 
| maxValue | float | N/A | 1 | 
| step | json | N/A | 0.05 | 
| mask | string | none | crop/none | 
(Note: to request the process for the entire CONUS, please set the FIPS parameter as -1)
Request Example for SMAP 9KM Topsoil Data:
https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetStatByFips&DataInputs=layer=SMAP-9KM-WEEKLY-TOP_2020_14_2020.03.30_2020.04.05_AVERAGE;minValue=0;maxValue=1;step=0.1;fips=06
Request Example for SMAP 9KM Topsoil Categorical Data:
https://nassgeo.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetStatByFips&DataInputs=layer=SMAP-9KM-CATEGORY-WEEKLY-TOP_2020_06_2020.02.03_2020.02.09_AVERAGE;fips=06;minValue=1;maxValue=10;step=1
GetStatByAoi
Description: 
This process requests the statistics result of SMAP/VI data by area of interest (geojson).
Parameters: 
| Parameter | Type | Default Value | Example | 
| layer | string | N/A | SMAP-9KM-DAILY-SUB_2020.01.01_013000 | 
| aoi | geojson | N/A | {"type":"Polygon","coordinates":[[[-97.294921875,39.977120098439634],[-94.306640625,39.977120098439634],[-94.306640625,41.902277040963696],[-97.294921875,41.902277040963696],[-97.294921875,39.977120098439634]]]} | 
| minValue | float | N/A | 0 | 
| maxValue | float | N/A | 1 | 
| step | json | N/A | 0.05 | 
| mask | string | none | crop/none | 
Request Example for SMAP 9KM Topsoil Data:
https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetStatByAoi&DataInputs=layer=SMAP-9KM-WEEKLY-TOP_2020_14_2020.03.30_2020.04.05_AVERAGE;minValue=0;maxValue=1;step=0.1;aoi={"type":"Polygon","coordinates":[[[-97.294921875,39.977120098439634],[-94.306640625,39.977120098439634],[-94.306640625,41.902277040963696],[-97.294921875,41.902277040963696],[-97.294921875,39.977120098439634]]]}
Request Example for SMAP 9KM Topsoil Categorical Data:
https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetStatByAoi&DataInputs=layer=SMAP-9KM-CATEGORY-WEEKLY-TOP_2020_06_2020.02.03_2020.02.09_AVERAGE;minValue=0;maxValue=1;step=0.1;aoi={"type":"Polygon","coordinates":[[[-97.294921875,39.977120098439634],[-94.306640625,39.977120098439634],[-94.306640625,41.902277040963696],[-97.294921875,41.902277040963696],[-97.294921875,39.977120098439634]]]}
GetStatByUrl
Description: 
This process requests the statistics result of SMAP/VI data by the user defined AOI url (zip file).
Parameters: 
| Parameter | Type | Default Value | Example | 
| layer | string | N/A | SMAP-9KM-DAILY-SUB_2020.01.01_013000 | 
| url | url | N/A | https://crop.csiss.gmu.edu/data/aoi_test.zip | 
| minValue | float | N/A | 0 | 
| maxValue | float | N/A | 1 | 
| step | json | N/A | 0.05 | 
| mask | string | none | crop/none | 
Request Example for SMAP 9KM Topsoil Data:
https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetStatByUrl&DataInputs=layer=SMAP-9KM-DAILY-SUB_2020.01.01_AVERAGE;minValue=0;maxValue=1;step=0.1;url=http://crop.csiss.gmu.edu/data/aoi_test.zip
Request Example for SMAP 9KM Topsoil Categorical Data:
https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetStatByUrl&DataInputs=layer=SMAP-9KM-CATEGORY-WEEKLY-TOP_2020_06_2020.02.03_2020.02.09_AVERAGE;minValue=0;maxValue=1;step=0.1;url=http://crop.csiss.gmu.edu/data/aoi_test.zip