JuliaDataCubes / EarthDataLab.jl

Julia interface for Reading from the Earth System Datacube
http://earthsystemdatacube.net
Other
33 stars 14 forks source link

Remove rasterization functions #296

Closed meggart closed 1 year ago

meggart commented 1 year ago

This removes the old rasterization functions so we don't depend on and downgrade GeoInterface anymore.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 70.00% and project coverage change: +14.76 :tada:

Comparison is base (e86272e) 39.31% compared to head (7123785) 54.07%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #296 +/- ## =========================================== + Coverage 39.31% 54.07% +14.76% =========================================== Files 12 12 Lines 496 368 -128 =========================================== + Hits 195 199 +4 + Misses 301 169 -132 ``` | [Impacted Files](https://app.codecov.io/gh/JuliaDataCubes/EarthDataLab.jl/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDataCubes) | Coverage Δ | | |---|---|---| | [src/ESDLTools.jl](https://app.codecov.io/gh/JuliaDataCubes/EarthDataLab.jl/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDataCubes#diff-c3JjL0VTRExUb29scy5qbA==) | `0.00% <ø> (ø)` | | | [src/Shapes.jl](https://app.codecov.io/gh/JuliaDataCubes/EarthDataLab.jl/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDataCubes#diff-c3JjL1NoYXBlcy5qbA==) | `0.00% <0.00%> (ø)` | | | [src/esdc.jl](https://app.codecov.io/gh/JuliaDataCubes/EarthDataLab.jl/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDataCubes#diff-c3JjL2VzZGMuamw=) | `83.33% <75.00%> (-5.56%)` | :arrow_down: | | [src/MSC.jl](https://app.codecov.io/gh/JuliaDataCubes/EarthDataLab.jl/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDataCubes#diff-c3JjL01TQy5qbA==) | `99.06% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/JuliaDataCubes/EarthDataLab.jl/pull/296/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDataCubes)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.