geopandas
Package — GeospatialPython 3.7+Advanced
Geospatial DataFrames: spatial operations, GeoJSON, Shapefile I/O
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- pandas, Shapely, Fiona, pyproj, packaging
- Install
pip install geopandas
Learn by Difficulty
Quick Example
python
# Install: pip install geopandas import geopandas # Basic geopandas usage print(f"Using geopandas") # See documentation for detailed examples
geopandas is a third-party package. Geospatial DataFrames: spatial operations, GeoJSON, Shapefile I/O. Install with: pip install geopandas
Try in PlaygroundTags
packagegeospatialmappinggis