-
Notifications
You must be signed in to change notification settings - Fork 17
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
URLs need to be updated #13
Comments
Could you please be more specific about the problem? For example in still works fine while: does not. |
Neither of these work for me. |
The first one is an OPENDAP url that you can query with ncdump for example. The modified one according to your suggestion doesn't work. |
Looks like OPENDAP URL are left unchanged while pure THREDDS URL have changed but sometimes in quite unexpected ways: http://thredds.aodn.org.au/thredds/dodsC/IMOS/SRS/SRS-SST/L3S-01day became http://thredds.aodn.org.au/thredds/catalog/IMOS/SRS/sst/ghrsst/L3S-1d/catalog.html @danfruehauf what's the best way to identify broken URL? |
@ggalibert That's something that @lbesnard wanted me to modify, so I just followed what he told me. I am aware of that change. |
Do you mean that you are/will be working at fixing this issue? |
There's nothing to fix. That is how @lbesnard wanted it. If it's not good, raise an issue in aodn/content. |
Ok, so maybe @lbesnard is best placed to apply the modification he wanted on URLs to the imos-user-code-library code and documentation. |
@ggalibert Perhaps. I think it's even better to have some sort of a config file that can be populated, so if those URLs change, it's a config change rather than a code change. |
only URL's in the wiki could be wrong. All URL's in demo scripts should all work as the netcdf files are stored in http://thredds.aodn.org.au/thredds/catalog/IMOS/eMII/demos/catalog.html which is independent of any data migration, folder modification ... |
Most URLs in the wiki and in the code are now invalid as the thredds URL has changed from
http://thredds.aodn.org.au/thredds/dodsC/IMOS
tohttp://thredds.aodn.org.au/thredds/imos.html
. The IMOS_user_code_library_specifications.pdf file will also have to be updated accordingly.The text was updated successfully, but these errors were encountered: