Unidata / MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
https://unidata.github.io/MetPy/
BSD 3-Clause "New" or "Revised" License
1.25k stars 415 forks source link

Chop down nexrad.py #11

Open dopplershift opened 9 years ago

dopplershift commented 9 years ago

nexrad.py has a lot of general data structures and utilities for binary I/O.

dopplershift commented 9 years ago

Utilities moved out as part of #34

Still need to add unit tests for these components.