Skip to main content

Library to facilitate analysis of EPA's data on Amazon's Registry of Open Data.

Project description

epaaws

Tests Sphinx Docs

Library of functions to facilitate analysis interaction with EPA's data on AWS S3 buckets thru Amazon's Registry of Open Data.[1] At present, this only includes the epa-2022-modeling-platform (see module mp2022). For more information, see the documentation pages.

Citations:

  1. https://registry.opendata.aws/epa-2022-modeling-platform/

Install for Python3

python -m pip git+https://github.com/barronh/epaaws.git

Example

Example of how to plot the terrain height from a GRIDCRO2D file.

import epaaws

f = epaaws.mp2022.open_gridcro2d('2022-01-01')
levels = [-100, -10, 1, 100, 200, 400, 800, 1600, 3200]
f['HT'].plot(levels=levels, cmap='terrain')
f.csp.cno.drawstates()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epaaws-1.0.0.tar.gz (40.9 kB view hashes)

Uploaded Source

Built Distribution

epaaws-1.0.0-py2.py3-none-any.whl (29.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page