Releases: nasa-gibs/mrf
Releases · nasa-gibs/mrf
MRF v1.0.0
- 1.0.0 version for NASA GIBS (uses GDAL 1.11.4)
- Fixed MRF index size issue with z-dimension
- Removed MRF plugin from RPM package
- Added numpy to RPM
MRF v0.9.0
- Update Readme to reference new onearth-boxes
- Removing remaining references to PostgreSQL in RPM spec file
MRF v0.8.0
- Internal Nearest Neighbor resampling
- Support for non-block aligned input images in mrf_insert
- Start and stop levels for mrf_insert
- Removed dependency on PostgreSQL
MRF v0.7.0
- Support for third (z) dimension
- Multispectral support
- Tweaks for PNG and JPEG encoding
- New/updated MRF Python tools
- Fixes for multi-processing, caching, and other issues
MRF v0.6.1
- NoData bug fix with internal overview resampling
- DEFLATE compression option after packing
- JPEG decompress of grayscale as RGB when needed
MRF v0.6.0
- Updated overview building (can use internal or GDAL resampling methods)
- Internal bilinear interpolation has to be selected by -r avg
- Bilinear interpolation now takes NoData into account
- Bug fixes with reading interleaved data
- MRF format support with SWIG bindings