https://github.com/norskregnesentral/nrresqml
Python package for converting Delft3D models (netcdf) to ResQml
https://github.com/norskregnesentral/nrresqml
Last synced: 8 months ago
JSON representation
Python package for converting Delft3D models (netcdf) to ResQml
- Host: GitHub
- URL: https://github.com/norskregnesentral/nrresqml
- Owner: NorskRegnesentral
- License: gpl-3.0
- Created: 2020-06-23T07:20:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T11:07:40.000Z (about 5 years ago)
- Last Synced: 2025-02-11T00:53:27.835Z (8 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NR ResQml
This Python package converts a Delft 3D output file on NetCDF4 format to a ResQml database
The package supports accessing Delft 3D files on the file system or via an OpenDAP server
Output generated by this package is an .epc file (zip archive) representing the data objects of the ResQml database and an .h5 file containing all relevant data. When running the module, the path to a valid and empty output directory must be provided (any missing directories will be created).
Launching the package from the command line can be done as follows:
python -m nrresqml /path/to/delft3d.nc /path/to/output/directoryThe input path may also be a url to a .nc file on an OpenDAP server.