You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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