Closed Kirill888 closed 2 years ago
Merging #54 (c9060f6) into develop (4f90047) will decrease coverage by
0.47%
. The diff coverage is89.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.
@RichardScottOZ would you be able to check if this fixes your colorize
workflow with custom colormap and Dask?
Kirill, will have a look in the next few days.
GeoBox.compat
to convert to datacube version ofGeoBox
nan
as fill value forfloat32
outputs if outputnodata
is not configuredcolorize
handlenodata
values properly for non float inputscolorize
dropnodata
attribute on the output arrayESRI
Geometry[Point] -> XY[float]
conversionGeometry.__iter__
interface to followshapely
deprecation of that.odc.add_to
for maps with custom projections