Skip to content
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

Minor fixes #212

Merged
merged 2 commits into from
Aug 6, 2024
Merged

Minor fixes #212

merged 2 commits into from
Aug 6, 2024

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Jul 23, 2024

This was a preview page originally but I'll move that part to another PR to merge the small fixes first.

@ocefpaf ocefpaf force-pushed the preview_page branch 2 times, most recently from 7f8c4d2 to bc85f16 Compare July 24, 2024 18:47
@ocefpaf ocefpaf marked this pull request as ready for review August 6, 2024 11:35
@ocefpaf
Copy link
Member Author

ocefpaf commented Aug 6, 2024

https://oceanlab3.rsmas.miami.edu/erddap is returning an SSL certificate error. Note sure that is going on but they may fix this in the future, merging this one for now if everything else passes.

url = (
    "https://oceanlab3.rsmas.miami.edu/erddap/"
    f"convert/interpolate.{response}?"
    f"TimeLatLonTable={quote_plus(time_lat_lon)}"
    f"&requestCSV={dataset_id}/{variable}/{algorithm}/{nearby}"
)


idf = pd.read_csv(url)

Traceback:

---------------------------------------------------------------------------
SSLCertVerificationError

@ocefpaf ocefpaf merged commit e8aa45b into ioos:main Aug 6, 2024
10 of 11 checks passed
@ocefpaf ocefpaf deleted the preview_page branch August 6, 2024 12:41
@ocefpaf ocefpaf changed the title add preview page Minor fixes Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant