Skip to content

NCAR/pynio

Folders and files

NameName
Last commit message
Last commit date
Jan 18, 2019
Sep 21, 2017
Dec 22, 2018
Dec 22, 2018
Jan 18, 2019
Jan 18, 2019
Feb 3, 2016
Nov 9, 2018
Aug 5, 2010
Apr 7, 2009
Aug 30, 2018
Feb 22, 2024
Sep 8, 2005
Sep 21, 2017
Sep 21, 2017
Apr 4, 2018
Apr 4, 2018
Jan 9, 2019
Jan 7, 2016
Sep 21, 2017
Jan 16, 2019
Sep 18, 2017
Aug 17, 2018
Feb 4, 2019

Repository files navigation

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:

  • 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.