Skip to content

Releases: nasa-gibs/onearth

OnEarth v2.7.6

03 Jan 22:07
Compare
Choose a tag to compare
  • Fixed periods.lua error when forcing all with no dates
  • Sync GDAL based colormaps on startup
  • mrfgen gdalinfo warnings are now logged as warnings instead of errors
  • Dependency updates

OnEarth v2.7.5

17 Nov 05:10
Compare
Choose a tag to compare
  • ZenJPEG is now fully supported for WMTS, WMTS reproject, and WMS
  • ZenJPEG working with "best" available layers
  • Added "hidden" option to layer configs
  • Fixed extended polar tilematrixset layer handling
  • Made layer time period detection more efficient
  • Fixed DETECT behavior with forced start dates
  • Dependency updates

OnEarth v2.7.4

20 Oct 01:47
Compare
Choose a tag to compare
  • Added option to mrfgen for overwriting colormap
  • Dependency updates

OnEarth v2.7.3

28 Sep 02:30
Compare
Choose a tag to compare
  • WMS module supports start/end/period formatted TIME
  • WMTS and TWMS now safely ignore milliseconds
  • WMS map projection optimization
  • Improved WMS error responses
  • periods.lua now detects intervals of arbitrary duration
  • Fixed reprojected greyscale PNGs
  • Added Access-Control-Allow-Origin for ancillary metadata
  • Set cache expiry for GetCapabilities requests
  • Fixed WMS container lua missing file error
  • Handle MRF sizes that are in scientific notation as floats
  • Dependency updates

OnEarth v2.7.2

17 Jul 23:15
Compare
Choose a tag to compare
  • Fixed issues with condensing time periods in GetCapabilities
  • Improved handling when there are excessive time periods for layers
  • Fixed cases where httpd logs are not rotating
  • Fixed internal server error when idx file exists but data file does not on S3
  • Dependency updates

OnEarth v2.7.1

30 Jun 03:57
Compare
Choose a tag to compare
  • Updated to use GDAL v3.6.4
  • Updated Docker images to use AlmaLinux 9.2
  • Updated MRF generation tests
  • Fixes to time periods calculations
  • Increased timeout for GetCapabilities check during startup
  • Dependency updates

OnEarth v2.7.0

26 Apr 02:01
Compare
Choose a tag to compare
  • Updated Docker images to use AlmaLinux 9.1
  • Updated WMS to use MapServer 8
  • Updated to use Python 3.9
  • Upgrade to several dependencies
  • Modified lua yaml parser (stricter yaml parsing may break older configs)
  • Fix to incorrect time duration/periods for multi-day products
  • Fix to time periods not condensing properly
  • Fix to WMS status endpoint
  • Fixed 500 error for nonexistent granules (should be 404)

OnEarth v2.6.5

26 Jan 03:09
Compare
Choose a tag to compare
  • Allow milliseconds in TIME field for WMS
  • Speed up OnEarth Docker image builds
  • Tests for WMTS configure tools

OnEarth v2.6.4

13 Dec 04:06
Compare
Choose a tag to compare
  • Added date keyword back to time enabled reproject layer configs
  • Include custom layer headers in Access-Control-Expose-Headers
  • Make sure Z is included for subdaily times in GetCapabilities
  • Updated worker conf used in containers
  • Updated protobuf-python

OnEarth v2.6.3

21 Sep 05:58
Compare
Choose a tag to compare
  • Implemented exclude_layers to prevent reprojection of listed layers
  • Added mod_substitute rule to remove directory path with WMS shapefile read errors
  • Fixed onearth-tools container build