Releases: nasa-gibs/onearth
Releases · nasa-gibs/onearth
OnEarth v1.3.5
- Return empty MVT with no features instead of 404
- Modified mod_oems to pass thru the EXCEPTIONS parameter
- Fixed "time" parameter mismatches in Capabilities response
- Support for TileMatrixSetLimits
- Support shapefile access for EPSG:3857 WMS
- Added mrfgen mrf_noaddo option to not run gdaladdo if UNIFORM_SCALE has been set
- Added mrfgen mrf_strict_palette option to validate input palette colors
- Updated mrfgen to crop input to projection extents when inserting polar tiles
- Fixed mrfgen so that it calls colormap2vrt with correct email parameters
- Removed dependency on ImageMagick
- Removed deprecated onearth_logs tool
- Layer config legend generation outputs file names based on default colormap title
- Fixed bug with WMS "SERVICE" parameter being case sensitive
- Fixed bug with reproject config tool not finding "Time"
- Fixed ignore_colors check in oe_validate_palette
- Fixed issue with vector WMS layers always using EPSG:4326 for projection
- Removed pixel shift in mrfgen granule align function
OnEarth v2.2.1
- OnEarth v2.2.1 for user acceptance testing
- Incorporated relevant updates from OnEarth v1.3.5
- New Docker images for OnEarth services
- onearth-tile-services
- onearth-time-service
- onearth-capabilities
- onearth-reproject
- onearth-wms
- onearth-demo
- onearth-tools
- onearth-deps
- Overhaul of CI tests
- Time service tests
- Numerous minor fixes and updates to layer configuration tools
- Fixes to GetCapabilities services
- Fixes to time service
- "Date service" and "time snap" renamed to "time service"
- Hash prefixes in filenames are optional for time service
- Cleaned up software dependencies and use explicit versions
- Load configurations from a specified S3 bucket
- Fixed tile service crashes due to missing empty tile
- Reproject configuration checks for correct PNG type
- Fixed TWMS reproject not translating to WMTS properly
- Clean up of sample configs/layers (but still a bit messy)
- Updated OnEarth setup documentation
- Updated OnEarth demo
- Fix to oe-status rewrite rule
- Removed MRF utility tools (moved to nasa-gibs/mrf)
- Tools to sync IDX files and configs on a file system with those in an S3 bucket
OnEarth v1.3.4
- Removed support for "application/x-protobuf;type=mapbox-vector" MIME type and ".pbf" extension — "application/vnd.mapbox-vector-tile" and ".mvt" are the official type/extension for Mapbox Vector Tiles
- Removed dependency to retrieve information from epsg.io
- Fixed issue where WMS mapfile creation was not supporting complex time extents from reprojected endpoint
- Renamed "extents" to "target_extents" in vectorgen for consistency
- Ignore unsupported file types for reproject configuration
- Updated read_mrf.py to support MVT MRFs
- Fixed support for URL encoded characters in WMS "time" and "layers" parameters
- Added log level option for tools that use email notifications
OnEarth v2.1.1
- OnEarth v2.1.1 is for testing only
- Several fixes to dynamic GetCapabilities service
- Several fixes to layer configuration and reproject tools
- CI tests for layer configuration and reproject tools
- Fixes for running CI tests in Bamboo
- Improved time service performance by caching and pooling requests
- Support for time service keys in endpoint configurations
- Fixed issue where Apache was crashing when 404 messages are returned from S3
- Updates to mod_mrf to handle missing IDX and S3 data files
- Updates to TWMS configuration
- Additional S3 request info in debug logs
- Reorganized and updated demos to dynamically load layers
- Layer configuration files for performance profiling
- Sample configurations for GIBS imagery layers
- Updated layer configuration metadata files
- Updated Docker container documentation
OnEarth v1.3.3
- Updated OnEarth configuration to support EPSG:3857 via WMS from a WMTS source
- Support for shapefile filtering during MVT MRF creation
- Changed "VectorStyleFile" to "MapfileLayerContents" to disambiguate
- Handling of multiple transparent values for PPNG layers in mod_reproject
- WMS can support GetCapabilities request with no VERSION
- CI test updates for mrfgen and sub-daily requests
- Fixed issue with time elements in vector layers in oe_configure_layer
- Fixed detection of bad JPEGs using ImageMagick >= 6.8
- Fixed ogr2ogr flags for vectorgen
- Fixed gdal_merge command for mrfgen with mrf_merge true
- Fixed server response to an invalid time not returning within an exception report
OnEarth v2.1.0
- OnEarth v2.1.0 is for testing only
- New WMTS/TWMS layer configuration tools
- GetCapabilities/GetTileService web service
- Improvements to reprojection tool
- Updated default sample data configurations
- OnEarth demo web client is included
- Performance test Docker container
- Documentation updates
OnEarth v2.0.2
- OnEarth v2.0.2 for testing only
- Use of AHTSE modules
- New time snapping service
- Support for split MRF files in S3 and local file system
- Updates for performance testing in cloud environment
- New CI tests for v2.0.x
- Test configurations for GIBS
OnEarth v1.3.2
- Replaced sigevent notifications with SMTP email notifications
- Support for sub-daily time snapping
- Support for layer metadata JSON link in GetCapabilities
- Return 404 with message for empty MVT tiles
- Updated wmts2twms tools to support alternative projections
- More explicit format types required in vector requests
- Support for UTF-8 characters in layer config tools
- Disabled WFS in mapfiles by default
- Fixed noisy "File does not exist" errors in Apache logs
- Several CI test updates
- Several other minor bug fixes
OnEarth v1.3.1
- Several configuration updates and improvements to oe_configure_reproject_layer
- Available OnEarth configuration validation tool
- Fixes to error handling and conflicts between Apache modules
- jpg and jpeg extensions both supported in reproject REST requests
- Fixed issue with overview levels in vector tile generation
- Updated demos with more elaborate examples including on-the-fly reprojection
- Updates to RPM builds
- Scripts to generate Docker images and build RPMs
- Support URL encoded characters for WMS sub-daily time
- Additional bug fixes to Apache modules
OnEarth v1.3.0
- On-the-fly Geographic to Web Mercator reprojection using AHTSE mod_reproject
- Any Geographic (EPSG:4326) WMTS endpoint can now be reprojected to a Web Mercator endpoint
- oe_configure_reproject_layer tool for configuring reprojected layers
- Support for reprojecting PNGs with palette
- Support for including reprojected and non-reprojected layers within the same endpoint
- Updated documentation with layer configuration for on-the-fly reprojection
- Updated demo with configurations for reprojecting GIBS layers to Web Mercator
- mod_wmts_wrapper for converting KVP WMTS to REST, returning error messages, and integrating TIME parameter
- Use of additional AHTSE support modules: mod_receive and mod_twms
- Legacy mod_twms renamed to mod_oetwms
- Use of mod_proxy with sub-request keepalives for improved performance
- Fixed issue with TWMS endpoints directories not existing
- Updated legend generator to allow hex colors and colorbar_only option
- RPMs for CentOS 7 available