v0.3.0
Major update for Python 3.11
- Update Conda environments for Python 3.11, tested on Intel and ARM64 (Raspberry Pi)
- Remove meta.py and replace with more streamlined NCInterface under util/ for working with netCDF files
- netCDF variables and attributes now more consistently follow standard names from their source files
- Masking and filling is handled more consistently for variable arrays
- Add top level load() function used to form NCInterface objects on GOES-R ABI and SUVI netCDF files
- Move ABI and SUVI functions and coefficients to goesr/
- Remove util.py and place util functions in the new util module init
- Move orbital.py and Numba njit definitions to util/
- Improve exception handling and logging
- When calling save() on Image objects, a default PNG filename will be used based on image metadata
- Use new native COG driver from GDAL in projection.py
Full Changelog: v0.2.1...v0.3.0