rfelipesilva / python-geopandas-installation

Step-by-step to install geopandas properly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-geopandas-installation

Step-by-step to install geopandas properly

2. Libs required:

  • GDAL
  • Fiona
  • lxml
  • Rtree
  • pyproj
  • Shapely
  • descartes

3. Download following libs (according to your python version and system):

  • GDAL
  • Fiona
  • lxml
  • Rtree
  • pyproj
  • Shapely

4. Start installing following the order below:

  • python -m pip install GDAL.......
  • python -m pip install Fiona......
  • python -m pip install lxml.......
  • python -m pip install Rtree......
  • python -m pip install pyproj.....
  • python -m pip install Shapely.....
  • python -m pip install descartes (NO NEED TO DOWNLOAD whl FILE)
  • python -m pip install geopandas (NO NEED TO DOWNLOAD whl FILE)

About

Step-by-step to install geopandas properly

License:MIT License