Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 625 Bytes

File metadata and controls

41 lines (31 loc) · 625 Bytes

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