JuliaGeo / JuliaGeo.jl

Meta package to load all composable packages in the ecosystem
MIT License
2 stars 0 forks source link

Meta package goals #2

Open evetion opened 1 week ago

evetion commented 1 week ago

if we're doing this metapackage thing?

Originally posted by @asinghvi17 in https://github.com/JuliaGeo/JuliaGeo.jl/issues/1#issuecomment-2438442281

asinghvi17 commented 5 days ago
  1. What level of tutorial are we pushing this at? I'd almost be tempted to not put it in the geocompx book, and if we can get all the needed imports into Rasters and GeometryOps (Extents, GeoFormatTypes, etc), the only purpose of this package would be to load backends.
  2. To restate - the clashes are GeoJSON between GeoFormatTypes and GeoJSON, coverage, rebuild, reproject between GeometryOps and Rasters, and union,intersection` between Extents and GeometryOps.

Some of these definitions can be folded into each other - the only true issue might be Rasters coverage.