Releases: nasa-gibs/mrf
Releases · nasa-gibs/mrf
mrf-apps-3.0.1
- Updates to mrf_insert algorithm for inserting tiles into MRFs
- Additionally, the algorithm for generating overview levels in mrf_insert was re-worked to match more closely with the GDAL driver. This has the downstream effect of creating pixel differences in the higher overview levels (more zoomed out views) compared with legacy products, owing to different a sampling technique.
- Adds back the start_level and stop_level overview generation functionality to mrf_insert, which was a regression in v3.0.0
- Created mrf_unjoin script to break up a single MRF into multiple cell MRFs
gibs-gdal-2.4.4-5
- Support for el9 builds
gibs-gdal-2.4.4-4
- Include PROJ in build
gibs-gdal-2.4.4-3
- CentOS 8 RPMs
- Support for JPNG compression in mrf_read
gibs-gdal-2.4.4-2
- Python3 mrf_apps
- Include can tool in build
- Removed gcc-c++ from Requires
gibs-gdal-2.4.4
Updated RPMs to use GDAL 2.4.4
gibs-gdal-2.4.0
- Updated RPMs to use GDAL 2.4.0
- Added separate RPM for MRF apps
MRF v1.1.2
- Updates from GDAL trunk
- Better integration with PAM, allows external mask file
- New script to build RPMs using Docker
- New script to build Docker image from RPMs
- Updated RPMs to use GDAL 2.1.4
MRF v1.1.1
- Updates from GDAL main:
- MRF can read single LERC file, by creating a matching metadata file on-the-fly, treating it as a single tile MRF
- Tighter checks on LERC tile structure to avoid crashing on corrupt
data
- Updated RPMs to use GDAL 2.1.2
- Fixed RPM dependencies
MRF v1.1.0
- Support for Limited Error Raster Compression (LERC)
- RPM uses GDAL 2.1.1
- Minor bug fixes
- GDAL integration updates