https://github.com/rendro/sampleselector
Given a set of geo locations find the biggest subset of locations where each location has no other location within a defined buffer zone.
https://github.com/rendro/sampleselector
Last synced: 3 months ago
JSON representation
Given a set of geo locations find the biggest subset of locations where each location has no other location within a defined buffer zone.
- Host: GitHub
- URL: https://github.com/rendro/sampleselector
- Owner: rendro
- Created: 2015-07-21T09:07:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T22:21:30.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T19:43:56.955Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sampleselector
Port of [Jasper Cooper's sampleselector](https://github.com/jaspercooper/sampleselector) from R to C++.
## Purpose
Given a set of geo locations find the biggest subset of locations where each location has no other location within a defined buffer zone.
The programm reads in a source file (csv) and writes out all found sets larger than a defined threshold.