Basic data preview HTML.
Note: this functionality will be deprecated soon. Please take advantage of the OGC Services and other streaming data services in any future development.
| Parameter | Description | Type | Options |
|---|---|---|---|
| app | Application alias | string | rgis, epscor, elseweb |
| uuid | Dataset identifier | uuid |
None
View the HTML response for the 2013 Jaroso Post Fire Imagery, 32 raster dataset:
/apps/rgis/datasets/43db7a5d-67ec-4635-aef6-97131bf390cb/mapper
The request returns an HTML page containing a basic map preview and dataset information.
Get the attribute definitions for a vector or tabular dataset.
| Parameter | Description | Type | Options |
|---|---|---|---|
| app | Application alias | string | rgis, epscor, elseweb |
| uuid | Dataset identifier | uuid | |
| ext | format | string | json, kml |
None
View the JSON response for the SNOTEL Chamita, NM (Mar, 2014) vector dataset:
/apps/rgis/datasets/2730123d-070c-45ee-8d8d-b5e4df135faf/attributes.json
{
"total": 19,
"results": [
{
"datatype": "int",
"description": "NRCS Internal Site Number",
"original_name": "Site Id",
"uuid": "aeb97c0a-3c43-4abb-8837-c8f7e1a6f3a8",
"name": "site_id"
},
{
"datatype": "string",
"description": "Date",
"original_name": "Date",
"uuid": "c9746566-2942-4357-9b34-a1891eb7eff3",
"name": "date"
},
{
"datatype": "double",
"description": "Snow Water Equivalent",
"original_name": "WTEQ.I-1 (in)",
"uuid": "e5a53571-b025-4781-b42e-68a391ac6d4e",
"name": "wteqi_1"
}
]
}
Refer to the KML Documentation for more information.
<Schema name="2730123d-070c-45ee-8d8d-b5e4df135faf" id="2730123d-070c-45ee-8d8d-b5e4df135faf">
<SimpleField type="int" name="site_id">
<displayName>site_id</displayName>
</SimpleField>
<SimpleField type="string" name="date">
<displayName>date</displayName>
</SimpleField>
<SimpleField type="string" name="time">
<displayName>time</displayName>
</SimpleField>
<SimpleField type="double" name="wteqi_1">
<displayName>wteqi_1</displayName>
</SimpleField>
</Schema>
Get basic statistics for a dataset. This includes descriptive statistics such as mean, minimum and maximum for numeric fields for tabular of vector data or histograms for raster data.
Coming soon.
Coming soon.
Coming soon.
Coming soon.