forked from cran/osc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51b186c
commit f3d1988
Showing
23 changed files
with
454 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
Package: osc | ||
Type: Package | ||
Title: Orthodromic Spatial Clustering | ||
Version: 1.0.0 | ||
Date: 2016-05-10 | ||
Version: 1.0.4 | ||
Date: 2019-03-22 | ||
Depends: raster, R (>= 2.14) | ||
Suggests: testthat | ||
Suggests: testthat, maps | ||
Author: Steffen Kriewald, Till Fluschnik, Dominik Reusser, Diego Rybski | ||
Maintainer: Steffen Kriewald <[email protected]> | ||
Description: Allows distance based spatial clustering of georeferenced data by implementing the City Clustering Algorithm - CCA. Multiple versions allow clustering for matrix, raster and single coordinates on a plain (euclidean distance) or on a sphere (great-circle or orthodromic distance). | ||
License: GPL | ||
URL: https://www.pik-potsdam.de/~kriewald/osc/ | ||
NeedsCompilation: yes | ||
Packaged: 2016-05-10 13:05:35 UTC; kriewald | ||
Packaged: 2019-03-22 10:34:45 UTC; kriewald | ||
Repository: CRAN | ||
Date/Publication: 2016-05-10 19:05:05 | ||
Date/Publication: 2019-03-22 13:30:02 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,37 @@ | ||
f48a7147e02c0724e05b6358e127ab85 *DESCRIPTION | ||
33268da2b5a0174d693206835bc49e9e *NAMESPACE | ||
ef6b29ceb44f4c545f1c9ae0f7eb5d45 *DESCRIPTION | ||
6c76923a8c2910ee5d06d5f1cecd0228 *NAMESPACE | ||
3b7548d94355d3aac0d7a20f96f8bf3f *R/cca.R | ||
456b71ba9225142206fdc6d41077d4f2 *R/cca.single.R | ||
911fcd63d0bc1d8c0ae950319404655d *R/code_revised_cca.R | ||
a820b5cfb7628cc8041ade63275d950b *R/code_revised_cca.R | ||
ebd670ecc096df9ce8e3f53dcc0419cb *R/getPart.R | ||
94bdc1f82757c353cb1003e56241cdd6 *build/vignette.rds | ||
fc5899e593250fad044d9db5808fb1c9 *README.md | ||
6183df66858900ef5caf5b69906f7942 *build/vignette.rds | ||
6d7bc5a2d4e9a0646afa0c7e770a26bb *data/datalist | ||
58fd5c862c5b503e50d5245be0be11d4 *data/exampledata.rda | ||
e4610df58b13625c9b23bd995a55faff *data/landcover.rda | ||
4c396c53f51248f850075e93a4d3ddfc *data/population.rda | ||
971ec966bdc8fc42d3f2eab9a45fc424 *inst/doc/paper.R | ||
b0f652cbee75143ec695dc018de995b2 *inst/doc/paper.pdf | ||
bda20f004bf359c3fffe7c064e7dfc40 *inst/doc/paper.rnw | ||
faf8a645e7dedb1f0350588d42ace4ff *data/exampledata.rda | ||
4a3eeb6d9e208622e6eb7b1e715b5a0a *data/landcover.rda | ||
39758932230e99ea550c14d3e7bfc0b5 *data/population.rda | ||
1123c4ff94fe73d63a0ba479cd61f5cb *inst/doc/paper.R | ||
b303be4d1ef7439cced53bb5ed3f5a39 *inst/doc/paper.pdf | ||
8119f6039bdfd5342556eb8f51a8141d *inst/doc/paper.rnw | ||
71ed23ec67d3a47015db2b0b8dc06b07 *man/assign.data.Rd | ||
f784386850049b09d50f411c8cca098f *man/cca.Rd | ||
6f635bd0482bd3436984d92eaf6c8d17 *man/cca.Rd | ||
a48d5876310a824b38f8bedd1fe49b96 *man/coordinate.list.Rd | ||
caf4c194ad1c8880a0991f019062f05f *man/exampledata.Rd | ||
83dddfbd273fc93fc26ca39690fa42b7 *man/landcover.Rd | ||
0d846cb42d6a64028ee1bf6b573ce27c *man/osc.buffer.Rd | ||
0335607d391a966d625027a432a6a214 *man/osc.buffer.Rd | ||
3fefbda3fcd0894582ba971665e7c3fc *man/population.Rd | ||
436aff5a71c41276d06bbd6a31f2b4e6 *src/cca-core.c | ||
6e3121545e3e3dc8caabba7ba9200906 *src/ccaRevolution.c | ||
cee2d2f0410b6c393f7c93dd5486886f *src/ccaRevolution.c | ||
7c22b1b500cab25872924e218f1645f5 *src/registerDynamicSymbol.c | ||
251bdb10958e0b5ac1737af4a05d85e2 *tests/testthat.R | ||
35f54901471879ab9191912c70ffc422 *tests/testthat/test_cca_multi.R | ||
1173e8ffffc2fc75fee4a0260c93a919 *tests/testthat/test_cca_single.R | ||
d8266d70da0e7737622bb663ea664944 *tests/testthat/test_coordinate_list.R | ||
716806c191b146997b4f6aaa4bd3be08 *vignettes/compare.pdf | ||
bda20f004bf359c3fffe7c064e7dfc40 *vignettes/paper.rnw | ||
49979365c9b21512171323f8aebf9c87 *vignettes/pics/exdat1.pdf | ||
1fdeb0ba794228c0c0a232b901148d0c *vignettes/pics/exdat2.pdf | ||
8183cf69156264257790404ae1a68a15 *vignettes/pics/fig-concordance.tex | ||
63dcbf8e81d4a3f795ff4ce9bc7ed9be *vignettes/pics/landcover.pdf | ||
b273fda9b9218cf2c707d4a4a5bd8b7a *vignettes/pics/raster.pdf | ||
8119f6039bdfd5342556eb8f51a8141d *vignettes/paper.rnw | ||
d8d5c1be654100f7a714505e8431c493 *vignettes/pics/exdat1.pdf | ||
249bbc80805b329a9f1677bd35b8a440 *vignettes/pics/exdat2.pdf | ||
c8c5232df87deeb59f8f53bd479f45be *vignettes/pics/fig-concordance.tex | ||
4c5bf29c6181217bd3b701138ebc34f3 *vignettes/pics/landcover.pdf | ||
3812352fa9f9a0faf087a27284493af2 *vignettes/pics/point_data.pdf | ||
00657ccce1c7e2eab99949d3f9d8cbef *vignettes/pics/raster.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# osc: Orthodromic Spatial Clustering | ||
|
||
Allows distance based spatial clustering of georeferenced data by implementing the City Clustering Algorithm - CCA. Multiple versions allow clustering for matrix, raster and single coordinates on a plain (euclidean distance) or on a sphere (great-circle or orthodromic distance). |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.