Skip to content

Releases: nasa-gibs/onearth

OnEarth v1.1.4

19 May 18:34
Compare
Choose a tag to compare
  • 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

25 Feb 02:16
Compare
Choose a tag to compare
  • 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

25 Feb 00:34
Compare
Choose a tag to compare
  • 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

22 Dec 02:29
Compare
Choose a tag to compare
  • 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

02 Dec 01:48
Compare
Choose a tag to compare
  • 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

24 Sep 00:15
Compare
Choose a tag to compare
OnEarth v1.2.0 Pre-release
Pre-release
  • 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

23 Sep 19:10
Compare
Choose a tag to compare
  • 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

31 Aug 02:18
Compare
Choose a tag to compare
  • 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

02 Aug 02:31
Compare
Choose a tag to compare
  • 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

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