NCAR / pynio

PyNIO is a multi-format data I/O package with a NetCDF-style interface
http://www.pyngl.ucar.edu/Nio.shtml
Apache License 2.0
112 stars 37 forks source link

PyNIO

[!WARNING] PyNIO was placed in maintenance mode as of November of 2020. You can find more details in the full announcement here.

PyNIO ("pie-nee-oh") is a Python module that allows read and/or write access to a variety of scientific data formats popular in climate and weather:

PyNIO has a data model interface that is modeled on the NetCDF data model.

PyNIO is developed by the Computational and Information Systems Lab at the National Center for Atmospheric Research (NCAR).

NCAR is sponsored by the National Science Foundation. Any opinions, findings and conclusions or recommendations expressed in this material do not necessarily reflect the views of the National Science Foundation.

Installation

PyNIO can be installed on Linux and MacOS systems via conda:

conda create --name pyn_env --channel conda-forge pynio
source activate pyn_env

Documentation and support

PyNIO is currently documented as part of the PyNGL website.

Bug reports and feature requests

Use the GitHub issue tracker to submit a bug or request.