underdarkGIS’s avatarunderdarkGIS’s Twitter Archive—№ 13,381

  1. 🎈🎈🎈 #MovingPandas is now available from #PyPI! 🎈🎈🎈 🥳pypi.org/project/movingpandas/0.0.1/ @geopandas install caveats apply: geopandas.readthedocs.io/en/latest/install.html#installing-with-pip #Python #Pandas
    1. …in reply to @underdarkGIS
      @geopandas TIL: don't delete releases from pypi! 🤦‍♀️ Working link: pypi.org/project/movingpandas/
      1. …in reply to @underdarkGIS
        For all Windows users: there's a #conda package for you now! anaconda.org/anitagraser/movingpandas It should make installation considerably easier (since so many dependencies cannot be pip installed)
    2. …in reply to @underdarkGIS
      @geopandas @darribas seems like there's still an issue with the package. Contextily imports rasterio which fails with: from rasterio._base import gdal_version ImportError: DLL load failed: The specified module could not be found. Any idea what I'm doing wrong?