opendatacube / odc-geo

GeoBox and geometry utilities extracted from datacube-core
https://odc-geo.readthedocs.io/en/latest/
Apache License 2.0
83 stars 15 forks source link

Mostly various cleanups and more tests + GCPs helpers #54

Closed Kirill888 closed 2 years ago

Kirill888 commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #54 (c9060f6) into develop (4f90047) will decrease coverage by 0.47%. The diff coverage is 89.92%.

@@             Coverage Diff             @@
##           develop      #54      +/-   ##
===========================================
- Coverage    97.95%   97.48%   -0.48%     
===========================================
  Files           22       22              
  Lines         3038     3141     +103     
===========================================
+ Hits          2976     3062      +86     
- Misses          62       79      +17     
Impacted Files Coverage Δ
odc/geo/warp.py 64.06% <66.66%> (+0.12%) :arrow_up:
odc/geo/geobox.py 97.87% <68.18%> (-1.47%) :arrow_down:
odc/geo/crs.py 98.94% <84.61%> (-1.06%) :arrow_down:
odc/geo/_rgba.py 95.65% <90.90%> (-4.35%) :arrow_down:
odc/geo/types.py 99.53% <91.66%> (-0.47%) :arrow_down:
odc/geo/_interop.py 92.68% <100.00%> (+0.57%) :arrow_up:
odc/geo/_map.py 100.00% <100.00%> (ø)
odc/geo/_version.py 100.00% <100.00%> (ø)
odc/geo/converters.py 100.00% <100.00%> (ø)
odc/geo/geom.py 100.00% <100.00%> (ø)
... and 2 more

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 4f90047...c9060f6. Read the comment docs.

github-actions[bot] commented 2 years ago

🚀 Deployed on https://62c4169d80417849c1980a5b--odc-geo-docs.netlify.app

Kirill888 commented 2 years ago

@RichardScottOZ would you be able to check if this fixes your colorize workflow with custom colormap and Dask?

github-actions[bot] commented 2 years ago

🚀 Deployed on https://62c4e3b814fe865a6b506f48--odc-geo-docs.netlify.app

github-actions[bot] commented 2 years ago

🚀 Deployed on https://62c4ef3bfdad04027c8c2dc1--odc-geo-docs.netlify.app

RichardScottOZ commented 2 years ago

Kirill, will have a look in the next few days.