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)
Create dummy variable for all neighborhood region depending on another dummy variable (sf object)
I have a spatial dataframe (sf) of all European NUTS2 regions. Within this sf object certain regions have a dummy = 1, and others a dummy = 0.
How can I create a new dummy (lets say "dummy_neighb...
Tom
Votes: 0
Answers: 1
Shapefile to geojson and set the right crs
I am working with a form file, from a city in Colombia (Cali). I need to convert the file to geojson format, however when loading it there is a problem with the crs, because when loading the geojson a...
Rafael Díaz
Votes: 0
Answers: 1
How to subset polygons due to area covered
I would like to get the maximum percentage polygons of a sf object are overlapped by other polygons of the same sf object. The idea is to then subset the sf object for polygons which are overlapped by...
RasK
Votes: 0
Answers: 1
How can I find the average slope of a raster with different land use classifications using R?
I am new to GIS in R. I have two input rasters (an elevation DEM and a land use classified raster), and I am tasked with reprojecting, aggregating into courser resolution, and finally calculating the ...
DeepSpaceNine
Votes: 0
Answers: 1