-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcodemeta.json
105 lines (105 loc) · 3.65 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "geodist",
"description": "Dependency-free, ultra fast calculation of geodesic distances. Includes the reference nanometre-accuracy geodesic distances of Karney (2013) <doi:10.1007/s00190-012-0578-z>, as used by the 'sf' package, as well as Haversine and Vincenty distances. Default distance measure is the \"Mapbox cheap ruler\" which is generally more accurate than Haversine or Vincenty for distances out to a few hundred kilometres, and is considerably faster. The main function accepts one or two inputs in almost any generic rectangular form, and returns either matrices of pairwise distances, or vectors of sequential distances.",
"name": "geodist: Fast, Dependency-Free Geodesic Distance Calculations",
"relatedLink": [
"https://hypertidy.github.io/geodist/",
"https://CRAN.R-project.org/package=geodist"
],
"codeRepository": "https://github.com/hypertidy/geodist",
"issueTracker": "https://github.com/hypertidy/geodist/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.0.014",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Mark",
"familyName": "Padgham",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Michael D.",
"familyName": "Sumner"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Charles F.F",
"familyName": "Karney"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Mark",
"familyName": "Padgham",
"email": "[email protected]"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": {
"SystemRequirements": {}
},
"fileSize": "1258.223KB",
"releaseNotes": "https://github.com/hypertidy/geodist/blob/master/NEWS.md",
"readme": "https://github.com/hypertidy/geodist/blob/main/README.md",
"contIntegration": [
"https://github.com/hypertidy/geodist/actions?query=workflow%3AR-CMD-check",
"https://github.com/hypertidy/geodist/actions?query=workflow%3Apkgcheck",
"https://codecov.io/gh/hypertidy/geodist"
],
"developmentStatus": "http://www.repostatus.org/#active"
}