Metadata-Version: 2.4
Name: l3bintools
Version: 1.3.0
Summary: Tools to read OBPG L3 bin files
Author-email: Sean Bailey <sean.w.bailey@nasa.gov>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.17.1
Requires-Dist: netCDF4>=1.5.2

# l3bintools
## About
The l3bintools module provides tools for defining OBPG L3 bin grids and reading L3 bin files
## License
Well, we'll probably go with the NASA Opensource Agreement (NOSA) v1.3 or later...

## What's in the box
* [l3bintools.isin_grid](docs/isin_grid.md) - L3BinGrid class
* [l3bintools.bin_read](docs/bin_read.md) - L3BinRead class

## Dependencies
numpy>=1.17.1
netCDF4>=1.5.2
