Skip to content

Releases: nasa-gibs/onearth

OnEarth v2.6.2

07 Aug 22:30
Compare
Choose a tag to compare
  • Support for static best available layer configurations
  • Added support for ZenJPEG layers with mod_convert
  • GetLegendGraphic URL in WMS GetCapabilities now works
  • Proper error warnings/codes with bad WMS GetCapabilities requests
  • Improved unit tests for WMS
  • Added back nocopy mrfgen option
  • Improved logic for when to use mrf_insert by default in mrfgen
  • Moved ResourceURL with Time to first place in WMTS GetCapabilities
  • Dependency updates

OnEarth v2.6.1

28 Jun 02:09
Compare
Choose a tag to compare
  • Updated OnEarth to use latest AHTSE modules
  • Incorporated mod_wmts_wrapper with libahtse
  • Fixed reprojected RGBA PNG imagery not working with new mod_retile
  • Support reprojected and static WMS layers in the same endpoint/mapfile
  • Added timeout to gdalinfo executions to prevent mrfgen deadlock
  • Dependency updates

OnEarth v1.4.3

05 May 20:43
Compare
Choose a tag to compare
  • Fixed issue decoding JPEG tiles for reproject on el8
  • Fixed demo build for el8
  • Fixed legend generation with local colormap

OnEarth v2.6.0

11 May 07:35
Compare
Choose a tag to compare
  • Added libahtse to OnEarth
  • Fixed WMS "group" layers mismatch between layer_id and what's available in time service
  • Updated CI tests for ancillary "color" scripts
  • Updated CI tests for ancillary mrfgen scripts
  • Updated colorMap/SLD scripts to correctly support nodata and XML prefixes
  • Dependency updates
  • Fixed reproject errors due to dependency updates

OnEarth v1.4.2

18 Mar 17:06
Compare
Choose a tag to compare
  • Fixed not subscriptable error in oe_configure_reproject_layer
  • Fixed static flag not initialized in oe_configure_remote_layers

OnEarth v2.5.3

12 Mar 00:20
Compare
Choose a tag to compare
  • Support layer-identifier and layer-time headers for reproject
  • Fixed title and label clipping issues with colormap legends
  • Added tests for twmsbox2wmts and wmts2twmsbox

OnEarth v2.5.2

26 Feb 00:18
Compare
Choose a tag to compare
  • Support for LATEST(+/-) time configuration keyword
  • Improvements to layer time period calculations
  • Fixed bug with layer-identifier-actual header splitting on identifiers containing "-"
  • Unit tests for new layer headers in tile requests

OnEarth v2.5.1

16 Feb 20:28
Compare
Choose a tag to compare
  • Include layer-identifier-request and layer-identifier-actual in return header of tile requests
  • Include layer-time-request and layer-time-actual in return header of tile requests
  • Support for ZenJPEG in mrfgen
  • New RgbPngToPalPng.py tool that replaces RGBApng2Palpng.c
  • Update for oe_sync_s3_idx.py to checksum while syncing
  • Continue reproject configuration process even when there is a bad tile
  • Renamed oe-status layers
  • Dependency updates
  • Legend tool updates:
    • Fixed mixed transparency in classification legends leading to incorrect results
    • Fixed SVG legend tooltips off by one
    • Fixed SVG legends missing tooltips for multi-colormap XML input

OnEarth v2.5.0

04 Feb 01:31
Compare
Choose a tag to compare
  • Support for WMS vector source data from S3
  • Time snapping with WMS vector sources
  • Validation of WMS time format
  • GetLegendGraphic support with WMS
  • Improved WMS container performance
  • Parallelized container startups
  • Updated OnEarth AWS sync and time scraping tools to be threaded
  • Updated Capabilities document to include style information in layer element
  • Use default empty tile if specified one does not exist
  • Update oe_sync_s3_idx to sync if checksum parameter is provided
  • Allow browser caching for reproject tile requests for specific layers
  • Applied proxypass_nomain_flag patch
  • Unit tests for OnEarth AWS config tools
  • Improved mrfgen and vectorgen error handling
  • Fixed oe_validate_palette failing due to Python3 error
  • Cleanup old Redis keys
  • Added NRT layers in sample configs

OnEarth v1.4.1

21 Dec 05:52
Compare
Choose a tag to compare
  • oe_configure_layer fixes for CentOS 8
  • Updated vector/WMS yyyy symlinking
  • oe_validate_palette fix for CentOS 8
  • Updated CI tests to work with CentOS 8
  • Fixed gdal_merge not working due to _gdal_array/numpy
  • Updates to httpd install to make mod_proxy work correctly in CentOS 8
  • Allocated more memory to rgb_string in RGBApng2Palpng
  • Dependency updates