python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Convert CSV with WKT Polygon Geometry to Shapefile - Python
I am trying to convert a CSV file with WKT Polygon geometry to shapefile in Python, but cannot determine how to correctly integrate the geometry into a shapefile. Below is a segment of the CSV file:
...
mdl518
Votes: 0
Answers: 0
Geopandas: different .sjoin() results with different projections systems
I tried to run a spatial join between a list of assets and a river basin dataset that you can find at the link below
https://datasets.wri.org/dataset/aqueduct-global-flood-risk-maps?msclkid=630fc948b6...
Filippo Sebastio
Votes: 0
Answers: 1
How to prevent overlapping labels in annotation in Matplotlib map?
I am trying to prevent the labels in the Northeast US map below from overlapping. I have tried to turn labels on and off for certain states in the region, but there definitely is a better way of doing...
Boone
Votes: 0
Answers: 1
Geopandas' "to_crs" function won't work with Orthographic projection
I am trying to use Geopandas to plot a map of the world in the Orthographic Projection, as shown in TowardsDataScience and tried to use the "to_crs" function with the crs of "EPSG: 9840...
TheDoughSmith
Votes: 0
Answers: 1