Account
Information about your OpenET account.
Note: OpenET uses a tiered system for accounts. Results from each of the following endpoints may vary by account. For more information, check out the Quota section.
Account Status
Retrieve information about your account in a JSON
format. See the Quota page for additional details.
Take a look at how you might call this method:
Account Storage
If your OpenET account is not synced with your personal Google Earth Engine account, all exported data will be stored in a secure private Google Cloud Bucket. The following endpoint allows you to retrieve downloadable links to these files. This endpoint must be called to continue exporting if there are over 100 files which have not been retrieved.
Once this endpoint has been called, all existing files will be moved to a public bucket with a 24 hour lifecycle. Data return is in a JSON
format.
Warning: exported files will be automatically deleted after 7 days if not retrieved.
Take a look at how you might call this method using our official libraries, or via curl
:
Upload a File
As an alternative to storing shapefiles on Google Earth Engine, OpenET allows you to generate a temporary asset id by uploading a RFC 7946 formatted GeoJSON
file to delineate boundaries for data extractions.
Each file uploaded has a maximum file size of 25mb and expires after 72 hours. During this time you can use the generated temporary asset id for the corresponding parameter. Data return is in a JSON
format.
Take a look at how you might call this method using python, or via curl:
Decrypt a File
If you have opted to encrypt a file during an export, the following endpoint allows you to decrypt it. This works for both .TIFF
rasters and .CSV
files. Each account has its own unique rotating key so that no user will be able to decrypt another user's files.
Note: OpenET's free account tier does not offer this encryption service. See the Quota page for more information.
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated