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)
How to create a list of several rasters from a crop and mask (cut) from shapefile in R
I have 14 raster files from each year of land use. I would like to crop these rasters using my shapefile area of interest. With these cut rasters I would like to create a list where each element repre...

wesleysc352
Votes: 0
Answers: 1
geopandas shapefile wkt column not visible
I have a dataset like the image below. I want to save it as shp file.
enter image description here
I tried with this code.
df['geometry'] = geopandas.GeoSeries.from_wkt(df['geometry'])
gdf = geopandas...
datasever
Votes: 0
Answers: 0
Input a shapefile to Rshiny and read the data from it
I am trying to make a shiny dashboard where the user can input a shapefile and extract the data in it. The code seems returning error 'cannot open data source'. Any help would be highly appreciated.
#...
Jison James
Votes: 0
Answers: 1
how to draw symmetrical line to the polygon?
I have a road polygon that I need to divide in given lanes. So I get a JTS geometry of roads from shapefile and I need to create lines or basically create a geometry lines (lanes) within that polygon....
user1298426
Votes: 0
Answers: 1