Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 782 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 782 Bytes

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)