Skip to content

NCAR/pynio

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 21, 2018 22:41
August 30, 2018 12:09
September 18, 2017 15:37
February 4, 2019 10:46

PyNIO

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:

  • NetCDF3 / NetCDF4
  • GRIB1 / GRIB2
  • HDF4
  • HDF-EOS2
  • HDF-EOS5
  • Shapefile

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.