Releases: USEPA/esupy
Releases · USEPA/esupy
v0.4.0
v0.3.3
v0.3.2
What's Changed
- option for user to include a specific version and/or hash in file name when downloading data commons files in
download_from_remote()
- add kwargs to
make_url_request()
to enable verify for requests - add
url_is_alive()
from stewi
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.2.2
Bump setup.py to correct version
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- tweaked error handling in make_url_request by @matthewlchambers in #35
- improve url request error handling and retry request up to 3 times by @bl-young in #36
- ✅ add test of data commons access by @bl-young in #39
- update data commons access by @bl-young in #41
- use boto3 to access objects data from data commons to avoid #38 by @bl-young in #40
- improve error handling and retry request by @bl-young in #42
- allow use of 'designated_mapping_file' for flow mapping by @catherinebirney in #43
- support for material crosswalk mapping files, consolidation of functions for UUID (to support fedelemflowlist v1.1) by @bl-young in #44
- update data commons url to new S3 bucket by @catherinebirney in #45
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Adds optional geospatial packages for assessing urban or rural population density for point sources in
context_secondary.py
- new function
classify_height()
to assign secondary compartment based on emission release height (#33) - refactors
find_file()
(#22) - adds
.rds
as possible extension forread_into_df()
- adds integration testing via github action
Bugs Squashed
- address zero division error in
get_weighted_average()
(#28) - define the directory path from which to base generating a git hash (#31)
- Gdrive confirm now requires only a fixed parameter (#32)
New Contributors
Full Changelog: v0.1.8...v0.2.0
v0.1.7
- Incorporate option of specifying where files downloaded from Data Commons are stored locally
- When downloading files from Data Commons, all files that share the most recent git hash/version are downloaded. This change allows for json, log files, and any future file types to be downloaded at the same time as the target file