Skip to content

OnEarth v2.8.2

Compare
Choose a tag to compare
@grabermtw grabermtw released this 22 Jul 21:07
· 126 commits to main since this release
  • The OnEarth time service now supports using the Redis sorted zset in addition to the unsorted set type to store layer time periods. This enables faster request response times.
    • periods.lua now generates periods keys as zset
    • oe_periods_key_converter.py has been added for converting existing Redis keys between set and zset types. See the OnEarth Date Configurator Tools README for more details.
  • Time service requests are now cached
  • Fixed idx read error for requests for dates for which data does not exist
  • Fixed "Decode requested for unknown format decode from..." mod_retile error
  • Added unit tests for oe_vectorgen.py that demonstrate its ability to handle GeoJSON files containing vectors
  • Apache optimizations
  • Dependency updates