Skip to content

Releases: nasa-gibs/mrf

MRF v1.0.0

28 Apr 20:36
Compare
Choose a tag to compare
  • 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

17 Feb 21:24
Compare
Choose a tag to compare
  • Update Readme to reference new onearth-boxes
  • Removing remaining references to PostgreSQL in RPM spec file

MRF v0.8.0

21 Nov 02:26
Compare
Choose a tag to compare
  • 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

17 Aug 21:45
Compare
Choose a tag to compare
  • 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

11 Dec 21:42
Compare
Choose a tag to compare
  • NoData bug fix with internal overview resampling
  • DEFLATE compression option after packing
  • JPEG decompress of grayscale as RGB when needed

MRF v0.6.0

17 Nov 20:13
Compare
Choose a tag to compare
  • 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