Top "Geopandas" questions

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

geopandas point in polygon

I have a GeoDataFrame of polygons (~30) and a GeoDataFrame of Points (~10k) I'm looking to create 30 new columns (with appropriate …

python pandas geopandas point-in-polygon
Converting a geopandas geodataframe into a pandas dataframe

What is the most efficient way to convert a geopandas geodataframe into a pandas dataframe? Below is the method I …

python pandas geopandas
Colorbar on Geopandas

I am trying to create a Matplotlib colorbar on GeoPandas. import geopandas as gp import pandas as pd import matplotlib.…

python pandas matplotlib geopandas
RuntimeError: b'no arguments in initialization list'

I'm trying to solve my issue in my own but I couldn't, I'm trying to run this code in every …

python machine-learning arcpy geopandas pyproj
Which geopandas datasets (maps) are available?

I just created a very simple geopandas example (see below). It works, but I noticed that it is important for …

maps geopandas
Geopandas ImportError: The descartes package is required for plotting polygons in geopandas

I'am trying to run a simple geopandas code using ANACONDA spyder. However, I'am encountering an error. I have included the …

python error-handling geopandas
Convert Points to Lines Geopandas

Hello I am trying to convert a list of X and Y coordinates to lines. I want to mapped this …

python pandas geopandas
Geopandas Dataframe Points to Polygons

I have a geopandas dataframe made up of an id and a geometry column which is populated by 2D points. …

python pandas shapely geopandas
Geopandas PostGIS connection

I recently started using Geopandas in python for some of my spatial work and am very pleased with it - …

python postgis geopandas