- Sep 15, 2017
-
-
kponte-usgs authored
Saint John's -> St Johns Yellow Knife -> Yellowknife
-
- Sep 01, 2017
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Aug 31, 2017
-
-
Hunsinger, Heather Elizabeth authored
Done to prevent exceptions raised in python 3.6 environment.
-
- Aug 30, 2017
-
-
Hunsinger, Heather Elizabeth authored
-
- Aug 24, 2017
-
-
Hunsinger, Heather Elizabeth authored
Added a class to create error messages and wrapped parse, fetch, and format_data in try/except statement to catch raised exceptions and generate error pages.
-
- Aug 11, 2017
-
-
Rigdon authored
-
- Aug 09, 2017
- Aug 08, 2017
-
-
Rigdon authored
-
Hunsinger, Heather Elizabeth authored
Also, made changes based on PR revision requests.
-
- Aug 07, 2017
-
-
Hunsinger, Heather Elizabeth authored
Added base class for exceptions and continued work on parsing and fetching methods.
-
- Aug 03, 2017
-
-
Hunsinger, Heather Elizabeth authored
-
Hunsinger, Heather Elizabeth authored
Need to add more unit tests. Working on usgs/geomag-algorithms#162.
-
- Jul 28, 2017
-
-
Rigdon authored
-
- Jul 27, 2017
- Jul 26, 2017
- Jul 24, 2017
-
-
Jeremy M Fee authored
-
- May 01, 2017
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Mar 23, 2017
-
-
Erin (Josh) Rigler authored
Discovered a small typo in the BLC (Baker Lake) entry. Fixed it.
-
Erin (Josh) Rigler authored
Only the BOU observatory had updated DECBAS values. This commit includes all DECBAS values adopted on July 1 2013, which estimated from the 2011 annual means. These values have been used in the preliminary data exported to Intermagnet since they were adopted, but they have not been used in geomag-algorithms.
-
- Jan 23, 2017
- Jan 21, 2017
- Jan 19, 2017
-
-
Laurence Billingham authored
-
Laurence Billingham authored
-
- Jan 18, 2017
-
-
Yash Shah authored
-
- Jan 11, 2017
-
-
Jeremy M Fee authored
-
- Jan 10, 2017
-
-
Erin (Josh) Rigler authored
fixed indentation
-
Erin (Josh) Rigler authored
Previously, if l0 was None, we tried to calculate a default initial level. This was problematic if yobs had no valid points from which to calculate a mean. Now, if yobs has no valid points, default to l0=0. This is a bit arbitrary, but it is necessary to prevent a NaN-valued l from being passed back out. Other defaults are equally arbitrary. Also, I noticed that the `s` variable was getting converted from a NumPy array to a list just before the method returned. For consistency with other outputs, we no longer convert, and just return a NumPy array.
-
- Jan 09, 2017
-
-
Erin (Josh) Rigler authored
I'm not sure this is functionally different from what there was previously. Is this what you were suggesting in your comment on this PR @jmfee?
-