Releases: EOX-A/ngeo-b
Releases · EOX-A/ngeo-b
Release 4.1.1
Changelog
- improve equality check to account for modulo 360 and small errors (fixes PTASK0011245)
- add check that non-normalized footprint part is not only a point (fixes PTASK0011247)
Release 4.1.0
Changelog
- Adds
disableSeedingIngestion
layer configuration - Adds
maxCachedZoom
layer configuration - Adds
harvestingConfiguration
layer configuration - Adds support for multiple
harvestingSource
layer configurations - Optimizes MapCache configuration
- Changes
browsewatchd
daemon to a more robust one - Optimizes redis queue usage for ingestion
- Optimizes Sx-Cat configuration
- Downloads browse images only when needed
- Adds new
ngeo_sync_mapcache_db
command - Adds
browsewatch_monitor.py
- Various bug fixes
Please carefully read the migration procedure before upgrading.
Release 4.1.0.beta.1
Changelog
- Adds
disableSeedingIngestion
layer configuration - Adds
maxCachedZoom
layer configuration - Adds
harvestingConfiguration
layer configuration - Adds support for multiple
harvestingSource
layer configurations - Optimizes MapCache configuration
- Changes
browsewatchd
daemon to a more robust one - Optimizes redis queue usage for ingestion
- Optimizes Sx-Cat configuration
- Downloads browse images only when needed
- Adds new
ngeo_sync_mapcache_db
command - Adds
browsewatch_monitor.py
- Various bug fixes
Please carefully read the migration procedure before upgrading.
Release 4.0.3
Changelog
- Add support for huge footprints crossing both, the prime as well as the anti meridian. Continuous footprints are now supported within -180° to +540°.
Release 4.0.2
Changelog
- Fixed migration procedure to v4.0.0
- Fixed usage of TPS transform method in new GDAL version
- Raising maximum length of coord_list and col_row_list columns, follow the migration if this is needed for existing layers
Release 4.0.1
Changelog
- Adjusted install script to support besides CentOS also RHEL
- Raising maximum length of coord_list and col_row_list columns, follow the migration if this is needed
Release 4.0.0
Changelog
- Added
<shortenIngestedInterval>
to browse layer configuration. It configures the percentage float (0.0 to 100.0) that the time interval between start and end shall be shortened. 0.0 means no change whereas 100.0 means using the same start and end in the middle of the original time interval. - Fixed purge command and time interval shortening.
Release 4.0.0.rc.4
Fixed purge command and time interval shortening.
Release 4.0.0.rc.3
Added <shortenIngestedInterval>
to browse layer configuration. It configures the percentage float (0.0 to 100.0) that the time interval between start and end shall be shortened. 0.0 means no change whereas 100.0 means using the same start and end in the middle of the original time interval.
Release 2.0.34
Changelog
- Improved footprint generation
- Added custom improved overview generation enabled via
overviews_self = true
configuration option - Allowing
creation_options
in configuration if needed