https://github.com/unidata/netcdf4-python
netcdf4-python: python/numpy interface to the netCDF C library
https://github.com/unidata/netcdf4-python
netcdf netcdf4 python
Last synced: 8 months ago
JSON representation
netcdf4-python: python/numpy interface to the netCDF C library
- Host: GitHub
- URL: https://github.com/unidata/netcdf4-python
- Owner: Unidata
- License: mit
- Created: 2014-01-13T22:41:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T22:08:41.000Z (10 months ago)
- Last Synced: 2025-04-25T18:19:12.988Z (9 months ago)
- Topics: netcdf, netcdf4, python
- Language: Cython
- Homepage: http://unidata.github.io/netcdf4-python
- Size: 180 MB
- Stars: 777
- Watchers: 35
- Forks: 265
- Open Issues: 148
-
Metadata Files:
- Readme: README.htmldocs
- Changelog: Changelog
- License: LICENSE
Awesome Lists containing this project
README
To update web docs at http://github.unidata.io/netcdf4-python:
First install pdoc (https://github.com/pdoc3/pdoc)
Then in netcdf4-python github clone directory (after building and
installing github master), generate docs by running create_docs.sh.
Docs are put in docs/index.html.
Github pages (https://unidata.github.io/netcdf4-python/) points to docs/index.html
in master branch.