Skip to content

Installation

Installation requires git to be installed.

pip install git+https://github.com/ASRCsoft/nwparray

NCEP metadata codes

nwparray can use the NCEP tool grib2io to read NCEP's custom metadata codes, which are used for NCEP products like GFS, HRRR, etc. To use it, install it from conda-forge with Conda or Pixi.

conda install -c conda-forge grib2io
pixi add grib2io