Releases: GeoscienceAustralia/dea-config
Release for ows 1.8.1 version
- legend code change and updated config for compatibility
- update
native_resolution
to match product crs
Release for ows 1.8.x version
- base version datacube-ows now supports
wcs2.0
- part of the change requires
ows_cfg.py
to definerenders: {}
weathering_intensity
andmulti_scale_topographic_position
wcs resolution fixed
1.4.11: Set Fractional Cover and Wofs daily to be dynamic
As ows will cache temporal extents on startup, things that are updated daily should be configured to be dynamic (pull temporal extents from database) - otherwise we get into an awkward state when newer ows pods have different extents to the older ones, especially a problem when we have autoscaled.
This change ensures that all products that are updated daily are set to dynamic
S2 Definitive a, b, a+b (already set)
S2 NRT a, b, a+b (already set)
FC L7, L8 5+7+8
WOFLs
N.B. I intentionally didn't set dynamic on FC L5 as it is not being produced daily. Enabling dynamic increases load on the DB and performance of getCaps so we should use it sparingly.
Sentinel 2 Definitive Dynamic
- Pull Sentinel 2 Definitive ranges from the database instead of caching them
- Remove dev urls from prod config
odc_refactored Cambodiacube config release
Merge pull request #514 from GeoscienceAustralia/odc_query Fix cambodia error
Release s2 definitive fixes for prod
1.4.8 Fix definitive s2a and s2b in prod too (#516)
Resolve bug in definitive s2a and s2b ordering
Definitive Sentinel 2a, and Sentinel 2b are currently the wrong way around, this new release fixes this issue.
OWS prod changes
Merge pull request #512 from GeoscienceAustralia/odc_query Prod odc_query release prep
Fix s2a and s2b nrt
Merge pull request #500 from GeoscienceAustralia/fix-nrt Fix nrt
Dynamic prod re-release
Merge pull request #493 from GeoscienceAustralia/dynamic-prod Give dynamic flag to the correct layer