Geodatabase
Pre-computed field data retrieval.
Last updated
Pre-computed field data retrieval.
Last updated
Special: due to the ability to retrieve large amounts of data, geodatabase query results are compressed as .zip files.
Supports queries against OpenET's geodatabase to retrieve a list of field ids within a polygon specified by a list of longitude latitude pairs. Data is returned as a List
. If the boundary of the polygon intersects a field, its unique id will be included as shown in the example below where the user provided boundary is the red rectangle. Each field id of the blue fields is included.
Note, if asset_id
is used in place of geometry
, only the bounds of the asset geometry are considered. This means a single polygon is created and used. Single polygon asset is recommend here to avoid unexpected results.
Take a look at how you might call this method:
Supports queries against OpenET's geodatabase to retrieve metadata properties from a list of field ids. Metadata attributes include:
Field ID
Area in hectares
Date last modified
This endpoint will return properties from multiple states at a time.
Take a look at how you might call this method:
Allows the user to define a list of field ids and export a subset of the OpenET geodatabase to retrieve timeseries data. Extractions will only include data within one US State at a time, however, multi-model and variable queries are supported in list format.
For large queries, uncompressed csv
output is not an option and json
must be selected.
Note: data in geodatabase are stored in metric (mm & hectares).
Take a look at how you might call this method:
Take a look at how you might call this method:
USDA crop type code by available year
Allows the user to define a list of OpenET field ids and export a subset of the OpenET geodatabase geometries as an formatted GeoJSON
file. This endpoint will return boundaries from multiple states at a time.
Provides support for retrieving field ids in a region from OpenET's pre-computed database.
Geodatabase metadata properties model class.
No content
Provides support for retrieving timeseries from OpenET's pre-computed database.
Geodatabase timeseries fields model class.
No content
Provides support for retrieving field geometries from OpenET's pre-computed database.
Geodatabase metadata boundaries model class.
No content