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
example url forms readable by netcdf or gdal
u <- "https://dapds00.nci.org.au/thredds/dodsC/gb6/BRAN/BRAN2020/daily/ocean_u_2010_01.nc" RNetCDF::open.nc(u) dsn <- "/vsicurl/https://dapds00.nci.org.au/thredds/fileServer/gb6/BRAN/BRAN2020/daily/ocean_u_2010_01.nc" terra::rast(dsn)
Scrape the catalogue:
ucat <- "https://dapds00.nci.org.au/thredds/catalog/gb6/BRAN/BRAN2020/daily/catalog.html" readLines(ucat)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
example url forms readable by netcdf or gdal
Scrape the catalogue:
The text was updated successfully, but these errors were encountered: