https://unidata.github.io/netcdf4-python/
netcdf4-python: python/numpy interface to the netCDF C library
https://unidata.github.io/netcdf4-python/
netcdf netcdf4 python
Last synced: about 6 hours ago
JSON representation
netcdf4-python: python/numpy interface to the netCDF C library
- Host: GitHub
- URL: https://unidata.github.io/netcdf4-python/
- Owner: Unidata
- License: mit
- Created: 2014-01-13T22:41:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2026-06-08T03:32:55.000Z (12 days ago)
- Last Synced: 2026-06-11T11:05:10.446Z (8 days ago)
- Topics: netcdf, netcdf4, python
- Language: Cython
- Homepage: http://unidata.github.io/netcdf4-python
- Size: 181 MB
- Stars: 830
- Watchers: 34
- Forks: 272
- Open Issues: 152
-
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.