rafaqz / Rasters.jl

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

Add a GeometryOps.jl extension for things like `polygonize` #668

Open rafaqz opened 4 months ago

rafaqz commented 4 months ago

So that these methods know about the dimensions and crs of the Raster.

We could also just add a hard dependency and start using apply and other useful things internally here.

I think its best that Rasters dependends on/extends GeometryOps, and not the other way around? @asinghvi17 @skygering ?

asinghvi17 commented 4 months ago

Agreed!