Top "Geopandas" questions

GeoPandas is an open source project to make working with geospatial data in python easier.

Plotting a map using geopandas and matplotlib

I have small csv that has 6 coordinates from Birmingham England. I read the csv with pandas then transformed it into …

python geopandas
Overly Function from GeoPandas Not Working

I simply want to use geopandas to get a union and intersection of two polygonal areas. I define: import geopandas …

python pandas gis geopandas
why can't I import geopandas?

My only line of code is import geopandas and it gives me the error OSError: Could not find libspatialindex_c …

python gis geopandas
Relocating legend from GeoPandas plot

I'm plotting a map with legends using the GeoPandas plotting function. When I plot, my legends appear in the upper …

matplotlib geopandas
Loading JSON into a GeoDataFrame

I'm having difficulty loading the following JSON containing GIS data (https://data.cityofnewyork.us/resource/5rqd-h5ci.json) into a …

python json gis geojson geopandas
Write GeoDataFrame into SQL Database

I hope that my question is not ridiculous since, surprisingly, this question has apparently not really been asked yet (to …

python mysql pandas geopandas
Choropleth map from Geopandas GeoDataFame

I'm trying to make a choropleth map from polygons in a Geopandas GeoDataFrame. I want to symbolize the polygons by …

python pandas matplotlib geopandas
Converting a column of Polygons from string to GeoPandas geometry

I have a dataframe stored as csv file, one column of which is Polygon object. However, this column is stored …

python polygon geopandas
GeoPandas: How to obtain bounding boxes for every geometry in a geodataframe

I am using GeoPandas in python and have a valid GeoDataframe of polygons. 0 POLYGON Z ((68.70999999999999 623.1 0, 35.71 6... 1 POLYGON Z ((221.33 645.02 0, 185.7 640.33 0, 1... 2 POLYGON Z ((150.3 650 0, 160.9 650 0, 150.58 6... I …

geospatial shapely geopandas