-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add module for parsing NOAA GOES data #199
Conversation
Add NOAA GOES modules, remove USGS EDDN
Great, thank you @rhroberts ! I'll get to it within a few days. I've been meaning to issue a new release, so this will be a good motivator. |
Thanks, @emiliom! Much appreciated! |
Note: Probably should add |
@rhroberts sorry for taking so long to review this PR. I'm finally working on it. I tested your PR locally by running the urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='dcs1.noaa.gov', port=443):
Max retries exceeded with url:
/Account/FieldTestData?addr=C5149430&hours=12
(Caused by SSLError(SSLError("bad handshake: SysCallError(32, 'EPIPE')",),)) and the stack trace looks something like this:
Examining Are you able to run that test successfully? Note: As you can see this was run with the Python 3.6 conda environment created by |
Thanks for checking it out @emiliom! I seem to recall running into this test failure awhile back, but I wasn't able to replicate it when I tested today using the Output of
|
Hey @emiliom, I'm still not able to replicate this test failure on my machine. Based on this issue, it looks like it might be an issue with the versions of |
Thanks. I'm going to try running the tests using the new dependency setup I've implemented, using |
Since the tests work for you, and the test set up for ulmo is already improved, I'll just merge your PR and re-run the goes tests after merging. I'll keep you posted via #178. Thanks again! |
Awesome, thanks Emilio! |
Finally getting around to finishing this :) I picked up where Paul left off since he is no longer with TWDB.
usgs.eddn
module has been removednoaa.goes
module and associated unit tests have been added to replace it#173 can be closed in favor of this PR. Thanks!