Releases: nasa-gibs/onearth
Releases · nasa-gibs/onearth
OnEarth v1.1.4
- Changed granule merge workflow to use gdal_translate for improved image quality
- Increased math precision with granule inserts (prevents input patch area issues)
- Use actual tile sizes instead of assuming 512 for TWMS patterns
- Added sample mod_deflate configurations for XML service requests
OnEarth v1.2.2
- Requests now support both application/vnd.mapbox-vector-tile (MVT) and application/x-protobuf;type=mapbox-vector (PBF)
- Layer configuration now supports MVT and PBF interchangeably
- Support for specifying style JSON files in layer configuration
- Support for WMS layer groups
- Check for empty directories when using layer configuration tool
- Updates to oe_vectorgen tool
- Support for multiple files of different types as input when creating MVT-MRF
- Removed use of TileMatrixSet files for vector MRF configuration
- Changed "MRF" output format option to "MVT-MRF"
- Only Shapefiles and GeoJSON files in input directory are used
- Error handling improvements
- Updates to WMTS error handling
- Unrecognized REQUEST now returns 400, InvalidParameterValue
- Unsupported REQUEST now returns 501, OperationNotSupported
- Includes updates from OnEarth v1.1.3
OnEarth v1.1.3
- Time snapping now works for time periods before 1970
- Time snapping fixes for monthly time periods and layers with multiple periods
- Improvements to MRF ZDB locking for concurrent writes
- Stricter URL parameter retrieval in mod_oems
- Improvements to WMS error message handling
- Case insensitive FORMAT parameter in requests
OnEarth v1.2.1
- Includes all changes from OnEarth v1.2.0 and OnEarth 1.1.2
- Added legend generator option to specify label color
- Updated RPM dependencies
- Minor bug fixes
OnEarth v1.1.2
- Improved request validation and error handling in mod_oems
- Fixed WMS time snapping issues
- Improvements for concurrency when generating MRFs with z-dimension
- Fixed insertion of tiles that cross the antimeridian
- Merge workflow now uses gdalwarp for non-paletted imagery
- Updated mod_onearth to support MRF data files with huge z-index
- Updates to image palette validation utility
- Minor updates to GetCapabilities
- Reorganized Python tools and created an onearth-tools package
OnEarth v1.2.0
- Support for serving of vector-based datasets via WMTS (vector tiles) or WFS
- New tools for managing and generating vector-based datasets (oe_vectorgen and oe_create_mvt_mrf)
- Support for generating and serving tiles with Limited Error Raster Compression (LERC)
- Support for generating and serving PNG tiles with packed values
- Extra MRF metadata (scale, offset, units, and data source URL) may be embedded in output headers
- Tests for vector support
OnEarth v1.1.1
- Fixes to WMS time snapping including support for sub-daily time
- New tool for validating image palette with GIBS color map
- Layer configuration performance improvements with time detection and link generation
- Update to layer configuration sigevent logging
- Test tools for mod_oems and legend generator
- Minor updates to legend generator
OnEarth v1.1.0
- Additional Apache modules that leverage MapServer for WMS/WFS requests
- Enabled OnEarth time support and snapping rules for WMS requests
- GetCapabilities endpoint configurations for MapServer WMS
- Updated oe_generate_legend to support the GIBS v1.3 colormap schema
- Improved error messaging in layer configuration tool
- Updates to RPMs and demo
OnEarth v1.0.2
- matplotlib now installs correctly with OnEarth (using v1.5.1)
- Requests for data with multi-day periodicity that cross a year boundary now work
- Modified layer configuration tool behavior to always create files for staging
- Updated mapfile configuration generation
- Improvements for test automation
OnEarth v1.0.1
- Added support of direct URL requests to z dimension of MRFs
- Fixed duplication of layers in mapfiles
- Layer configuration no_xml option will now generate XML in staging area only
- Improved support for inserting granules that are outside of bounds
- Fixed date snapping errors for durations having more than one digit
- Removed forced nodata value when using colormap2vrt
- Fixed Tiled-WMS GetCapabilities syntax errors
- Updated default OnEarth empty tiles