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

Backport fixes from odc-geo #1242

Merged
merged 2 commits into from
Mar 8, 2022
Merged

Backport fixes from odc-geo #1242

merged 2 commits into from
Mar 8, 2022

Conversation

Kirill888
Copy link
Member

Reason for this pull request

performance and correctness fixes back ported from odc-geo.

Proposed changes

This is mostly to address slow hashing issue #1230. But also tackles slow
construction described in #1222 without moving away from epsg representation as
a default when available.
Non-axis aligned geoboxes are supported actually, only coordinate computation
assumes axis-aligned geobox. So move assert into there.
@Kirill888 Kirill888 requested a review from uchchwhash March 8, 2022 02:40
@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

Merging #1242 (426e411) into develop (2aee3af) will decrease coverage by 0.00%.
The diff coverage is 92.10%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1242      +/-   ##
===========================================
- Coverage    93.86%   93.86%   -0.01%     
===========================================
  Files          109      109              
  Lines        10760    10772      +12     
===========================================
+ Hits         10100    10111      +11     
- Misses         660      661       +1     
Impacted Files Coverage Δ
datacube/utils/geometry/_base.py 99.33% <92.10%> (-0.13%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 465c44e...426e411. Read the comment docs.

@Kirill888 Kirill888 requested a review from SpacemanPaul March 8, 2022 05:36
@Kirill888 Kirill888 merged commit a661066 into develop Mar 8, 2022
@Kirill888 Kirill888 deleted the odc-geo-backports branch March 8, 2022 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

load_ard() task graph creation limited by GeoBox/CRS hash function performance
2 participants