Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T07:33:10.000Z (5 months ago)
- Last Synced: 2024-06-11T16:52:54.473Z (5 months ago)
- Topics: netcdf, netcdf4, python
- Language: Cython
- Homepage: http://unidata.github.io/netcdf4-python
- Size: 180 MB
- Stars: 729
- Watchers: 38
- Forks: 258
- Open Issues: 138
-
Metadata Files:
- Readme: README.htmldocs
- Changelog: Changelog
- License: LICENSE
Awesome Lists containing this project
- awesome-atmos - netcdf4-python
- open-sustainable-technology - netcdf-python - The Unidata network Common Data Form (netCDF) in Python is an interface for scientific data access and a set of freely-distributed software libraries that provide an implementation of the interface. (Climate Change / Climate Data Standards)
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.