Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Releases: usgs/earthquake-impact-utils

Clean up install script

13 Jun 20:09
3e538f6
Compare
Choose a tag to compare
Pre-release
Merge pull request #150 from emthompson-usgs/duplicated

Duplicated

Handling change in functionality from h5py

30 Nov 16:38
a40b37e
Compare
Choose a tag to compare

h5py changed how some attributes are stored, this code handles the old and new way.

Fixed a bug introduced in previous release.

22 Oct 14:44
302762b
Compare
Choose a tag to compare
Merge pull request #147 from usgs/pdlfix2

Fixing the previous fix to pdl sender

Command line options for PDLSender class

21 Oct 16:50
0ca8749
Compare
Choose a tag to compare
Merge pull request #146 from usgs/pdlfix

Added optional command line arguments to pdl sender

Size fixes to shakemap containers.

02 Aug 16:16
fff41e4
Compare
Choose a tag to compare
Pre-release
Merge pull request #145 from cbworden/update_container

Add optional parameters phi and tau to getIMTGrids, getIMTArrays,

Added write method to ColorPalette class

04 Jun 17:04
c654750
Compare
Choose a tag to compare
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.

05 Apr 16:57
114dac5
Compare
Choose a tag to compare
Merge pull request #142 from mhearne-usgs/sshfix

Added remote port option to scp sender

Adding custom remote user in secure sender

27 Jan 22:19
c9200c4
Compare
Choose a tag to compare
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

18 Jan 21:24
52c3868
Compare
Choose a tag to compare

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

02 Nov 23:48
dc83c24
Compare
Choose a tag to compare
Pre-release
Merge pull request #136 from mhearne-usgs/transform_fix

Updated deprecated transform functions, added these to tests