rafaqz / Extents.jl

A shared Extent object for Julia spatial data, with DE-9IM spatial predicates
MIT License
4 stars 3 forks source link

Should Extents be moved to JuliaGeo? #8

Closed alex-s-gardner closed 1 year ago

alex-s-gardner commented 1 year ago

Thinking about package development and standardization I'm wondering if Extents.jl should be moved to JuliaGeo?

rafaqz commented 1 year ago

The problem is its not really geo related - geospatial is a subset of spatial, and e.g. DimensionalData.jl depends on it. I hope other non geo things depend on it too over time.

Its in a similar predicament to DiskArrays.jl.

alex-s-gardner commented 1 year ago

OK, that makes sense. Thanks for the explanation.

rafaqz commented 1 year ago

No worries, its a good question.

I would like it to be in an org some day too but Im not sure putting general things in JuliaGeo is good for getting users and contributors from other fields.