issues
search
GClunies
/
noaa_coops
A Python wrapper for the NOAA CO-OPS Tides & Currents Data and Metadata APIs.
Apache License 2.0
82
stars
28
forks
source link
Fixes, cleanup, and bump v0.2.2
#46
Closed
GClunies
closed
1 year ago
GClunies
commented
1 year ago
This PR:
Cleans up
station.py
. There was a lot of "fluff" commentary that made the code harder to read.
Adds a
COOPSAPIError
exception that can be returned to the user when the CO-OPS API returns an error.
Prep work to help address #44 - seems to be an issue with API itself (returns no data but the web has it) - the team at NOAA has been contacted.
This PR:
station.py
. There was a lot of "fluff" commentary that made the code harder to read.COOPSAPIError
exception that can be returned to the user when the CO-OPS API returns an error.