python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cannot install geopandas
I am trying to instal geopandas. It goes like this:
(base) PS C:\Users\a_e_f> conda install geopandas
Collecting package metadata (current_repodata.json): done
Solving environment: failed with ini...
user1871635
Votes: 0
Answers: 2
How to create a single rowed pandas dataframe with geopandas?
I'm trying to export the lines from a polyline shapefile as individual shapefiles. When I am trying to loop through the rows of the gpd dataframe, it indicates that pd series do not have the attribute...
tincan
Votes: 0
Answers: 1
Finding features of one geodataframe that contain at least one feature from another geodataframe
I have two polygon layers. One is a parcel layer (name "parcl") and the other one is a polygon layer (named "houses"). I am trying to find all parcels that contain at least one fea...
nalfahel
Votes: 0
Answers: 1
Shapely Point not inside Multipolygon when it should be inside
I'm trying to check if a point is inside a shapely Multipolygon.
The data is obtained from the GISCO and the link to it can be found here, the form data is: NUTS 2021, GeoJSON, Polygons (RG), 60M and ...
frarambra
Votes: 0
Answers: 1