yeesian / ArchGDAL.jl

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

Move package to an org? #143

Closed ViralBShah closed 4 years ago

ViralBShah commented 4 years ago

I am wondering if ArchGDAL.jl should be in an org. Is JuliaGeo the right place for it, or perhaps some other one? Just thought I would ask since I am seeing it show up in more places.

ViralBShah commented 4 years ago

Pinging @vlandau and @ranjanan to see this since we use the package in Circuitscape.jl and Omniscape.jl.

yeesian commented 4 years ago

I had this discussion with @visr (who is a co-owner of this package) and my understanding is that

  1. the official/canonical package for working with GDAL is still GDAL.jl, and
  2. there is already enough happening with https://github.com/JuliaGeo/GeoInterfaceRFC.jl that I don't wish to overburden the JuliaGeo organization with the ongoing maintenance/development of this package for now.

In terms of next steps,

We have recently completed a number of big items (#118, #105, #100, #97), and the remaining open issues are beginning to skew more towards documentation improvements, so I feel optimistic about progress towards a v1.0 release (at which point we can revisit this conversation).

ViralBShah commented 4 years ago

Thanks for the explanation. This does make sense. We are happy to keep up with the api changes.