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)
Split of data into train and test for spatial cross-validation
I want to create train and test datasets that avoid overfitting by keeping a spatial distance (in my example let's say 200 m) between both datasets. So study sites in train will never be closer than 2...
Charlotte R
Votes: 0
Answers: 0
LMS beamforming Julia Programming
I have been trying to implement a simple LMS adaptive beamforming code. Since I don't have a Matlab license I decided to use Julia since they are quite similar. In order to get a basic code working I ...
Kristoffer Lindvall
Votes: 0
Answers: 1
Spring Data JPA Multiple DataSources - CockroachDb Spatial
My application has two data sources.
First datasource access Postgre using JdbcTemplate.
Second datasource access CockroachDb using Spring Data JPA.
So i created two configurations for this datasource...
Konstantin Goncharenko
Votes: 0
Answers: 1
`sp::over()` equivalent in `terra`
Is there an equivalent of sp::over() in package terra? To get a data frame showing which geometries of a SpatVector overlay which geometries of another SpatVector -- like this, but using only terra:
#...
AMBarbosa
Votes: 0
Answers: 2