This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Releases: usgs/earthquake-impact-utils
Releases · usgs/earthquake-impact-utils
Clean up install script
Merge pull request #150 from emthompson-usgs/duplicated Duplicated
Handling change in functionality from h5py
h5py changed how some attributes are stored, this code handles the old and new way.
Fixed a bug introduced in previous release.
Merge pull request #147 from usgs/pdlfix2 Fixing the previous fix to pdl sender
Command line options for PDLSender class
Merge pull request #146 from usgs/pdlfix Added optional command line arguments to pdl sender
Size fixes to shakemap containers.
Merge pull request #145 from cbworden/update_container Add optional parameters phi and tau to getIMTGrids, getIMTArrays,
Added write method to ColorPalette class
Merge pull request #143 from mhearne-usgs/cptfix Added write method to color palette class
Small feature to allow custom remote port in secure sender.
Merge pull request #142 from mhearne-usgs/sshfix Added remote port option to scp sender
Adding custom remote user in secure sender
Merge pull request #139 from mhearne-usgs/scpfix Line length fixes, and adding a remote user option to scp sender.
Added new class LocalTimeNE to handle time zones more portably
The current LocalTime class fails to give the "expected" time zone in ocean regions. The new LocalTimeLE class should guarantee a time zone for any spot on the globe.
Fixed deprecated transform code
Merge pull request #136 from mhearne-usgs/transform_fix Updated deprecated transform functions, added these to tests