Contents Menu Expand Light mode Dark mode Auto light/dark mode
PyViz Tutorial 0.6.1
PyViz Tutorial 0.6.1
  • Schnelleinstieg
  • Überblick über die Bibliotheken zur Datenvisualisierung
  • Matplotlib
    • Matplotlib-Installation
    • Matplotlib-Backends
    • Matplotlib-Beispiel
    • mpl-scatter-density
    • mpld3
    • pandas
      • pandas-Installation
      • Pandas-Beispiele
    • GeoPandas
      • GeoPandas-Installation
      • GeoPandas-Beispiele
    • seaborn
      • seaborn-Installation
      • seaborn-Beispiel
    • ggpy
    • plotnine
      • plotnine-Installation
      • plotnine-Beispiele
    • NetworkX
    • Graphviz
      • Graphviz
      • Graphviz-Bibliotheken und -Werkzeuge
    • graph-tool
    • Cartopy
      • Cartopy-Installation
      • Cartopy-Beispiele
    • Iris
    • yt
  • Vega
    • Vincent
    • Vega-Light
    • Altair
    • Matplotlib Altair
    • PdVega
      • PdVega-Installation
      • PdVega-Beispiele
  • Bokeh
    • Styling und Theming
    • Datenquellen und Transformationen
    • Annotations
    • Interaktionen
    • Visualisierung von Netzwerkgraphen
    • Geographische Diagramme
    • Bokeh-Server
    • Verzeichnisformat für Bokeh-Apps und Templates
    • Einbetten in ein Notebook
    • HTML exportieren
    • Export statischer Bilder
    • Bokeh-Plots in Flask einbinden
    • Bokeh erweitern
    • Links
    • Bokeh-Integration
      • Vaex
      • HoloViews
      • hvPlot
        • hvPlot-Installation
        • hvPlot-Beispiele
      • datashader
      • GeoViews
  • OpenGL
  • D3.js
    • bqplot
      • bqplot-API und -Objektmodell
      • Markieren-Interaktionen
      • Selektoren
      • Special-Widgets
    • d3po
    • mpld3
  • Javascript
    • plotly
    • Cufflinks
    • pythreejs
    • ipyvolume
    • Toyplot
    • ipyleaflet
    • xarray-leaflet
  v: latest
Versions
latest
Downloads
epub
On Read the Docs
Project Home
Builds
Back to top
Edit this page

GeoPandas#

GeoPandas erweitert pandas um Datentypen, die räumliche Operationen an geometrischen Typen ermöglicht, wobei die geometrischen Operationen von Shapely ausgeführt werden. Für den Datenzugriff verwendet GeoPandas Fiona und zum Plotten descartes und Matplotlib.

Siehe auch

  • Docs

  • Gallery

  • GeoPandas Introduction

  • dask-geopandas

Next
GeoPandas-Installation
Previous
Pandas-Beispiele
Copyright © 2019–2023, Veit Schiele
Made with Sphinx and @pradyunsg's Furo