Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spatial index api #1481

Merged
merged 15 commits into from Aug 21, 2023

Make CLI less fussy about CRS input format.

2f091fd
Select commit
Failed to load commit list.
Merged

Spatial index api #1481

Make CLI less fussy about CRS input format.
2f091fd
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Aug 21, 2023 in 1s

85.23% (target 80.00%)

View this Pull Request on Codecov

85.23% (target 80.00%)

Details

Codecov Report

Patch coverage: 89.60% and project coverage change: +0.05% 🎉

Comparison is base (9ef6456) 85.18% compared to head (2f091fd) 85.23%.

Additional details and impacted files
@@               Coverage Diff               @@
##           develop-1.9    #1481      +/-   ##
===============================================
+ Coverage        85.18%   85.23%   +0.05%     
===============================================
  Files              130      131       +1     
  Lines            14358    14532     +174     
===============================================
+ Hits             12231    12387     +156     
- Misses            2127     2145      +18     
Files Changed Coverage Δ
datacube/index/postgres/index.py 100.00% <ø> (+1.05%) ⬆️
datacube/index/abstract.py 89.26% <71.42%> (+0.09%) ⬆️
datacube/scripts/spindex.py 88.96% <88.96%> (ø)
datacube/drivers/postgis/_connections.py 83.57% <93.33%> (+0.11%) ⬆️
datacube/drivers/postgis/_api.py 87.34% <100.00%> (ø)
datacube/drivers/postgis/_spatial.py 94.02% <100.00%> (-0.09%) ⬇️
datacube/index/postgis/_datasets.py 75.12% <100.00%> (ø)
datacube/index/postgis/index.py 100.00% <100.00%> (ø)
datacube/scripts/cli_app.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.