Closed SpacemanPaul closed 1 week ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 85.22%. Comparing base (
667f47f
) to head (b546d80
). Report is 1 commits behind head on develop-1.9.
Files with missing lines | Patch % | Lines |
---|---|---|
datacube/drivers/postgis/_api.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Reason for this pull request
In the postgis driver, the
dc.index.products.spatial_extent()
method was returning None if there was no dedicated spatial index defined for the requested CRS.This issue was identified during the OWS anti-meridian work.
Proposed changes
Calculate extent in
epsg:4326
(which is always available) if no dedicated spatial index defined for the requested CRS.docs/about/whats_new.rst
for all changes📚 Documentation preview 📚: https://datacube-core--1662.org.readthedocs.build/en/1662/