rafaqz / Rasters.jl

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

`coverage` should list skipped polygons in `metadata` like `rasterize` does #663

Open rafaqz opened 4 months ago

rafaqz commented 4 months ago

Currently rasterize gives you a vector of indices for problem polygons in metadata. coverage warns you about problems but doesn't put them in metadata, so you cant see which polygons had those problems.