geoarrow / geoarrow-python

Python implementation of the GeoArrow specification
http://geoarrow.org/geoarrow-python/
Apache License 2.0
66 stars 4 forks source link

Create stub package published to PyPI named `geoarrow` #3

Closed kylebarron closed 1 year ago

kylebarron commented 1 year ago

Aimed to prevent a future package from breaking our native namespacing by distributing a top-level geoarrow/__init__.py

jorisvandenbossche commented 1 year ago

Longer term this could also be a "meta" package that installs all separate pieces?

kylebarron commented 1 year ago

Yeah definitely! If you want the entire ecosystem, just pip install geoarrow (similar to pip install jupyter). Otherwise, install geoarrow-c or geoarrow-rs or whatever directly