Closed j-sadowski closed 7 years ago
Thanks for the bug report.
You are absolutely right.
I have just fixed the issue and pushed it to the master branch of GitHub.
FWIW the issue was arising because there is site "San Francisco, San Francisco Bay, California" which also matches site "North Point, Pier 41, San Francisco, San Francisco Bay, California".
Now the call tide_stations(stations='San Francisco Bay, San Francisco, California')
will give you the tide heights for both stations. To only get the tide heights for the first station use tide_stations(stations='^San Francisco Bay, San Francisco, California$')
.
Ah OK that makes sense. Thanks for the quick response.
The San Francisco (Golden Gate) station is the harmonic station for a few places in N. California. I think it matches up to the "San Francisco Bay, San Francisco, California" station in the tide_stations() list.
However, when I try to access the tidal heights for that particular station this error message keeps popping up:
The code below works for other stations such as "Drakes Bay, Point Reyes, California". I wonder if this is a problem with the harmonics on the "San Francisco Bay, San Francisco, California" station?
See code below: