I looked at the documentation for geopandas.
https://geopandas.org/en/v0.4.0/install.html
Apparent, this is how you install geopandas: conda install -c conda-forge geopandas
I tried that and I'm getting version .9, but the newest version seems to be .12, but I can't seem to upgrade my version of geopandas. Also, when I try to run this: geopandas.sjoin_nearest
I'm getting this error: AttributeError: module 'geopandas' has no attribute 'sjoin_nearest'
Has anyone experienced this? Is there some kind of work-around?
source https://stackoverflow.com/questions/74954959/cant-upgrade-geopandas
Comments
Post a Comment