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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If I want to create an MMD file from a local NetCDF file, should I have to provide an OPeNDAP URL?
nc2mmd -i tests/data/reference_nc.nc -o . OPeNDAP url must be provided
I can force it to work by providing a fake URL, but this seems unneccessary.
nc2mmd -i tests/data/reference_nc.nc -u https://www.google.com -o .
The text was updated successfully, but these errors were encountered:
Related to this, the README states that this should work and create an MMD file but it doesn't:
Sorry, something went wrong.
We could maybe add a flag like "--no-opendap" to ensure that the user is aware that opendap access will then not be added to the MMD file.
No branches or pull requests
If I want to create an MMD file from a local NetCDF file, should I have to provide an OPeNDAP URL?
I can force it to work by providing a fake URL, but this seems unneccessary.
The text was updated successfully, but these errors were encountered: