We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the getting started: Slocum code
import pyglider.example_data as pexamp pexamp.get_example_data('./') pyglider/example_data.py
the data download fails as I believe the web address in example_data is no longer correct https://cproof.uvic.ca/pyglider-example-data/
The text was updated successfully, but these errors were encountered:
Thanks, I think this is fixed now, but we do need a better solution, so I've changed the title.
Sorry, something went wrong.
Hi!
Still getting the error:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://cproof.uvic.ca/pyglider-example-data/pyglider-example-data.zip
Checked for changes in the file example_data.py, but I can't see any. Am I looking in the wrong direction?
The example data is supposed to be the same as in the github repo pyglider-example-data?
Sorry, changed servers and that didn't get moved. Thanks.
The data is the same as the repo.
No branches or pull requests
When running the getting started: Slocum code
the data download fails as I believe the web address in example_data is no longer correct https://cproof.uvic.ca/pyglider-example-data/
The text was updated successfully, but these errors were encountered: