Drought Indices Timeseries Outside CONUS
Interested in pulling drought timeseries data outside of the continental US? Follow this article to learn how using the Climate Engine API.
- Reach out to the Climate Engine team through this support site for an API key.
- Head to the Climate Engine Swagger Page at api.climateengine.org.
- Authorize with your API Key and use the home/validate_key endpoint to verify the key is working.
- Navigate to the timeseries/standard_index endpoints. For this example, we will use timeseries/standard_index/points and a random point.
- Fill out the desired parameters and click execute. Use docs.climateengine.org for reference.
- Review the Response Body. If you want to download a json of the data, click the download button.
- If you are interested in accesing the data programmatically, you can send requests in scripts.
- You can then process and plot the output.