Skip to content

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:

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetPdfByFips&DataInputs=layer=SMAP-9KM-DAILY-TOP_2020.01.01_AVERAGE;fips=06;title="2022.01.01";boundary={"region":0,"state":0,"asd":0,"county":1};size=letter;mask=none

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:

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetPdfByAoi&DataInputs=layer=SMAP-9KM-DAILY-TOP_2020.02.02_AVERAGE;title=test;boundary={%22county%22:1};aoi={%22type%22:%22Polygon%22,%22coordinates%22:[[[-97.294921875,39.977120098439634],[-94.306640625,39.977120098439634],[-94.306640625,41.902277040963696],[-97.294921875,41.902277040963696],[-97.294921875,39.977120098439634]]]};mask=crop

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:

https://cloud.csiss.gmu.edu/smap_service?service=WPS&version=1.0.0&request=Execute&identifier=GetPdfByUrl&DataInputs=layer=SMAP-9KM-DAILY-TOP_2020.01.01_AVERAGE;title=test;boundary={%22county%22:1};url=http://crop.csiss.gmu.edu/data/aoi_test.zip;mask=crop