Skip to content

rfelipesilva/python-geopandas-installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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)