Package: osc 1.0.5
osc: Orthodromic Spatial Clustering
Allows distance based spatial clustering of georeferenced data by implementing the City Clustering Algorithm - CCA. Multiple versions allow clustering for a matrix, raster and single coordinates on a plain (Euclidean distance) or on a sphere (great-circle or orthodromic distance).
Authors:
osc_1.0.5.tar.gz
osc_1.0.5.zip(r-4.7)osc_1.0.5.zip(r-4.6)osc_1.0.5.zip(r-4.5)
osc_1.0.5.tgz(r-4.6-x86_64)osc_1.0.5.tgz(r-4.6-arm64)osc_1.0.5.tgz(r-4.5-x86_64)osc_1.0.5.tgz(r-4.5-arm64)
osc_1.0.5.tar.gz(r-4.7-arm64)osc_1.0.5.tar.gz(r-4.7-x86_64)osc_1.0.5.tar.gz(r-4.6-arm64)osc_1.0.5.tar.gz(r-4.6-x86_64)
osc_1.0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
osc/json (API)
| # Install 'osc' in R: |
| install.packages('osc', repos = c('https://cranhaven.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cranhaven/cranhaven.r-universe.dev/issues
- exampledata - Example data for the clustering algorithm.
- landcover - Fictional landcover data to demonstrate the cca for Raster-Data
- population - Example population data for the city clustering algorithm
Last updated from:b4c7e20b11 (on package/osc). Checks:13 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 187 | ||
| linux-devel-x86_64 | OK | 217 | ||
| source / vignettes | OK | 227 | ||
| linux-release-arm64 | OK | 197 | ||
| linux-release-x86_64 | OK | 213 | ||
| macos-release-arm64 | OK | 170 | ||
| macos-release-x86_64 | OK | 269 | ||
| macos-oldrel-arm64 | OK | 137 | ||
| macos-oldrel-x86_64 | OK | 364 | ||
| windows-devel | OK | 184 | ||
| windows-release | OK | 193 | ||
| windows-oldrel | OK | 190 | ||
| wasm-release | OK | 125 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Assign data to clusters | assign.data |
| City Clustering Algorithm (CCA) | cca cca.single |
| List of coordinates for clustering | coordinate.list |
| Example data for the clustering algorithm. | exampledata |
| Fictional landcover data to demonstrate the cca for Raster-Data | landcover |
| Simple Buffer algorithm | osc.buffer |
| Example population data for the city clustering algorithm | population |
