Skip to content

blizzardwarriorwx/PyrepBUFR

Repository files navigation

PyrepBUFR

A pure Python implementation WMO BUFR decoder that can handle NWS/NCEP prepbufr formatted files.

Prequisites

None outside of the Python standard packages

  • bz2
  • collections
  • collections.abc
  • copy
  • datetime
  • io
  • math
  • re
  • sys
  • textwrap
  • typing
  • xml.dom.minidom
  • xml.etree

Optional, will be used if present

  • numpy
  • pandas, for optional DataFrame creation
  • metpy.units or pint, for optional unit conversion

Description

Currently under construction in a alpha state, API is unstable

Authors:Nickolai Reimer
Version:Alpha 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages