Misc Functions
ExportBoundByAoi
Description:
This process requests the download url of the vector file for area of interest.
Inputs:
Parameter | Type | Default Value | Example |
aoi | string | 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 ] ] ] } |
exportFormat | string | shp | shp, gml, kml, geojson |
Outputs:
Parameter | Type | Example | |
outputUrl | url | https://cloud.csiss.gmu.edu/smap_cache/byAoi/aoi_shp_cd8c6905-7964-11ea-8b71-1e00ee000057/aoi_shp_cd8c6905-7964-11ea-8b71-1e00ee000057.zip |
Request Example:
ExportAoiByFips
Description:
This process requests the download url of the vector file for specific FIPS.
Inputs:
Parameter | Type | Default Value | Example |
fips | string | N/A | 06 |
exportFormat | string | shp | shp, gml, kml, geojson |
(Note: To request the process for the entire CONUS, please set the fips parameter as -1.)
Outputs:
Parameter | Type | Example | |
outputUrl | url | https://cloud.csiss.gmu.edu/smap_cache/byAoi/aoi_shp_cd8c6905-7964-11ea-8b71-1e00ee000057/aoi_shp_cd8c6905-7964-11ea-8b71-1e00ee000057.zip |
Request Example: