Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyViz Tutorial 24.1.0
PyViz Tutorial 24.1.0
  • Quick Start
  • Overview of the libraries for data visualisation
  • Matplotlib
    • Matplotlib installation
    • Matplotlib-Backends
    • Matplotlib example
    • mpl-scatter-density
    • mpld3
    • pandas
      • pandas installation
      • pandas examples
    • GeoPandas
      • GeoPandas installation
      • GeoPandas examples
    • seaborn
      • seaborn installation
      • seaborn example
    • ggpy
    • plotnine
      • plotnine installation
      • plotnine examples
    • NetworkX
    • Graphviz
      • Examples
      • Graphviz libraries and tools
    • graph-tool
    • Cartopy
      • Cartopy installation
      • Cartopy examples
    • Iris
    • yt
  • Vega
    • Vincent
    • Vega-Light
    • Altair
    • Matplotlib Altair
    • PdVega
      • PdVega installation
      • PdVega examples
  • Bokeh
    • Styling and theming
    • Data sources and transformations
    • Annotations
    • Interactions
    • Visualisation of network graphs
    • Geographical diagrams
    • Bokeh-Server
    • Directory format for bokeh apps and templates
    • Embedding in a notebook
    • Export HTML
    • Export of static images
    • Integrating bokeh plots into Flask
    • Extend Bokeh
    • Bokeh integration
      • Vaex
      • HoloViews
      • hvPlot
        • hvPlot installation
        • hvPlot examples
      • datashader
      • GeoViews
  • OpenGL
  • D3.js
    • bqplot
      • bqplot API and object model
      • Mark interactions
      • Selectors
      • Special widgets
    • d3po
    • mpld3
  • Javascript
    • plotly
    • Cufflinks
    • pythreejs
    • ipyvolume
    • Toyplot
    • ipyleaflet
    • xarray-leaflet
  • Protomaps
    • Extract
    • Convert
    • Publish
    • pmtiles CLI reference
Back to top
View this page

GeoPandas¶

GeoPandas extends pandas with data types that enable spatial operations on geometric types, whereby the geometric operations are carried out by Shapely. GeoPandas uses Fiona for data access and descartes and Matplotlib for plotting.

See also

  • Docs

  • Gallery

  • GeoPandas Introduction

  • dask-geopandas

  • MovingPandas

Next
GeoPandas installation
Previous
pandas examples
Copyright © 2019–2024, Veit Schiele
Made with Sphinx and @pradyunsg's Furo