PDF Map
GetPdfByFips
Description:
This process requests the PDF file for data layer by FIPS code.
Inputs:
| Parameter | Type | Default Value | Example | 
|---|---|---|---|
| layer | string | N/A | SMAP-9KM-DAILY-TOP_2020.01.01_AVERAGE | 
| fips | string | N/A | 06 | 
| title | string | N/A | SMAP-9KM-DAILY-TOP_2020.01.01_AVERAGE | 
| boundary | json | {"region":1,"state":1,"asd":1,"county":1} | {"county":1} | 
| 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 layer:
GetPdfByAoi
Description:
This process requests the PDF file for data layer by area of interest (geojson).
Inputs:
| Parameter | Type | Default Value | Example | 
|---|---|---|---|
| layer | string | N/A | SMAP-9KM-DAILY-TOP_2020.01.01_AVERAGE | 
| 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]]]} | 
| title | string | N/A | SMAP-9KM-DAILY-TOP_2020.01.01_AVERAGE | 
| boundary | json | {"region":1,"state":1,"asd":1,"county":1} | {"county":1} | 
| mask | string | none | crop/none | 
Request example for SMAP 9KM Topsoil data layer:
GetPdfByUrl
Description:
This process requests the PDF file for data layer by the url of user-defined area of interest (shapefile or gml in zip format).
Inputs:
| Parameter | Type | Default Value | Example | 
|---|---|---|---|
| layer | string | N/A | SMAP-9KM-DAILY-TOP_2020.01.01_AVERAGE | 
| url | url | N/A | https://crop.csiss.gmu.edu/data/aoi_test.zip | 
| title | string | N/A | SMAP-9KM-DAILY-TOP_2020.01.01_AVERAGE | 
| boundary | json | {"region":1,"state":1,"asd":1,"county":1} | {"county":1} | 
| mask | string | none | crop/none | 
Request example for SMAP 9KM Topsoil Anomaly data layer: