awburgess / geopandas-postgis

Adds a custom accessor to GeoPandas that provides enhanced PostGIS interaction
MIT License
10 stars 7 forks source link

Extended EPSG integer extraction from GeoDataFrame to work with the n… #12

Closed schilli closed 4 years ago

schilli commented 4 years ago

…ew pyproj.CRS objects introduced in Geopandas 0.7.0.

Further Information: https://geopandas.org/projections.html#upgrading-to-geopandas-0-7-with-pyproj-2-2-and-proj-6

awburgess commented 4 years ago

Sorry for delay, I eventually get around to these. Looks good, tests out fine. Merging.

fallish commented 4 years ago

I'm a user of this project and benifit a lot from it, thanks so much for creating it and contribute to it @awburgess @schilli . But i encountered this problem recently when i install latest geopandas-postgis from pypi, could you please update the package of pypi?

schilli commented 4 years ago

I'm a user of this project and benifit a lot from it, thanks so much for creating it and contribute to it @awburgess @schilli . But i encountered this problem recently when i install latest geopandas-postgis from pypi, could you please update the package of pypi?

I guess it's up to @awburgess to update it on pypi. Meanwhile you can uninstall the old version with pip, clone or download the source code from github and then run python setup.py install in the top level source code directory. But I recommend using a conda environment or similar.

awburgess commented 4 years ago

Hey all,

New version is pushed

On Tue, Apr 28, 2020 at 1:21 PM Oliver Schillinger notifications@github.com wrote:

I'm a user of this project and benifit a lot from it, thanks so much for creating it and contribute to it @awburgess https://github.com/awburgess @schilli https://github.com/schilli . But i encountered this problem recently when i install latest geopandas-postgis from pypi, could you please update the package of pypi?

I guess it's up to @awburgess https://github.com/awburgess to update it on pypi. Meanwhile you can uninstall the old version with pip, clone or download the source code from github and then run python setup.py install in the top level source code directory. But I recommend using a conda environment or similar.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/awburgess/geopandas-postgis/pull/12#issuecomment-620744222, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACATJS2PPGESX5KRGVLYGR3RO4GC3ANCNFSM4LTI4CFQ .

-- Aaron Burgess

fallish commented 4 years ago

Appreciate your timely help.

Hey all, New version is pushed -- Aaron Burgess