rafaqz / Rasters.jl

Raster manipulation for the Julia language
MIT License
209 stars 36 forks source link

add `by_coverage` keyword or similar to `rasterize` #681

Open rafaqz opened 3 months ago

rafaqz commented 3 months ago

It would be good to be able to select one of multiple values not by last/sum etc, but by the amount of coverage each had.

Likely we still need last as multiple values will often have the same coverage (e.g. 1.0).

https://discourse.julialang.org/t/how-to-rasterize-a-geopackage-corine-land-cover/115316/23?u=raf