Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.62 KB

index.rst

File metadata and controls

87 lines (67 loc) · 2.62 KB

GeoPandas

GeoPandas is an open source project to make working with geospatial data in python easier. GeoPandas extends the datatypes used by pandas to allow spatial operations on geometric types. Geometric operations are performed by shapely. Geopandas further depends on fiona for file access and descartes and matplotlib for plotting.

Description

The goal of GeoPandas is to make working with geospatial data in python easier. It combines the capabilities of pandas and shapely, providing geospatial operations in pandas and a high-level interface to multiple geometries to shapely. GeoPandas enables you to easily do operations in python that would otherwise require a spatial database such as PostGIS.

Installation <install> Examples Gallery <gallery/index>

Data Structures <data_structures> Reading and Writing Files <io> Indexing and Selecting Data <indexing> Making Maps <mapping> Managing Projections <projections> Geometric Manipulations <geometric_manipulations> Set Operations with overlay <set_operations> Aggregation with dissolve <aggregation_with_dissolve> Merging Data <mergingdata> Geocoding <geocoding> missing_empty

Reference to All Attributes and Methods <reference> Changelog <changelog>

Contributing to GeoPandas <contributing> Code of Conduct <code_of_conduct>

Get in touch

  • Ask usage questions ("How do I?") on StackOverflow or GIS StackExchange.
  • Report bugs, suggest features or view the source code on GitHub.
  • For a quick question about a bug report or feature request, or Pull Request, head over to the gitter channel.
  • For less well defined questions or ideas, or to announce other projects of interest to GeoPandas users, ... use the mailing list.

Indices and tables

  • genindex
  • modindex
  • search