yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
137 stars 25 forks source link

Move ImageCore.jl to an extension #399

Open rafaqz opened 8 months ago

rafaqz commented 8 months ago

ImageCore pull in a lot of dependencies that most of the time we don't need.

Can we put it in an extension?

See: https://github.com/rafaqz/Rasters.jl/issues/258#issuecomment-1779560714

yeesian commented 8 months ago

Can we put it in an extension?

I'm open to doing so -- ImageCore became a dependency when we wanted to enable simpler image processing workflows before packages like Rasters.jl existed, and because I didn't (and still don't) know the right way(s) for allowing users to opt out of dependencies.