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)
Converting the Coordinate Reference System (CRS) of a Stack of 70+ Raster Files in stack::raster () Format
Issue
I have a batch of 70+ raster files with the object name 'ncin_SST' that I created using the function stack::raster() in the raster package. I want to change the coordinate reference system (CRS)...
Alice Hobbs
Votes: 0
Answers: 1
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
How can I fix orphaned holes error in ```LoCoH.a()``` home range calculation?
I am using a for loop to cycle through multiple animal's GPS data and create LoCoH.a() home ranges for each. Some are working fine while others are producing Error in rgeos::createPolygonsComment(oob...
JLD475
Votes: 0
Answers: 1
Range search with KNN on two different dimensions
I've a few million records (which are updated often) with 2 properties:
Timestamp
Popularity score
I'm looking for a data structure (maybe some metric tree?) that can do fast range search on 1 dimen...
jeffreyveon
Votes: 0
Answers: 1