-
Notifications
You must be signed in to change notification settings - Fork 6
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
c167297
commit c7df15e
Showing
1 changed file
with
283 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,283 @@ | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "slopes", | ||
"description": "Functions and example data to support research into the\n slope (also known as longitudinal gradient or steepness)\n of linear geographic entities such as roads <doi:10.1038/s41597-019-0147-x>\n and rivers <doi:10.1016/j.jhydrol.2018.06.066>.\n The package was initially developed to calculate the steepness of street segments\n but can be used to calculate steepness of any linear feature that can be\n represented as LINESTRING geometries in the 'sf' class system.\n The package takes two main types of input data for slope calculation: vector geographic\n objects representing linear features, and raster geographic objects with elevation values\n (which can be downloaded using functionality in the package)\n representing a continuous terrain surface.\n Where no raster object is provided the package attempts to download elevation\n data using the 'ceramic' package.", | ||
"name": "slopes: Calculate Slopes of Roads, Rivers and Trajectories", | ||
"codeRepository": "https://github.com/itsleeds/slopes/", | ||
"relatedLink": "https://itsleeds.github.io/slopes/", | ||
"issueTracker": "https://github.com/itsleeds/slopes/issues", | ||
"license": "https://spdx.org/licenses/GPL-3.0", | ||
"version": "0.0.0.9000", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 4.1.1 (2021-08-10)", | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Robin", | ||
"familyName": "Lovelace", | ||
"email": "rob00x@gmail.com", | ||
"@id": "https://orcid.org/0000-0001-5679-6536" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Joey", | ||
"familyName": "Talbot", | ||
"email": "j.d.talbot@leeds.ac.uk", | ||
"@id": "https://orcid.org/0000-0002-6520-4560" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Rosa", | ||
"familyName": "Félix", | ||
"email": "rosamfelix@tecnico.ulisboa.pt", | ||
"@id": "https://orcid.org/0000-0002-5642-6006" | ||
} | ||
], | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Robin", | ||
"familyName": "Lovelace", | ||
"email": "rob00x@gmail.com", | ||
"@id": "https://orcid.org/0000-0001-5679-6536" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "terra", | ||
"name": "terra", | ||
"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=terra" | ||
}, | ||
{ | ||
"@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": "ceramic", | ||
"name": "ceramic", | ||
"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=ceramic" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "bookdown", | ||
"name": "bookdown", | ||
"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=bookdown" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "covr", | ||
"name": "covr", | ||
"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=covr" | ||
}, | ||
{ | ||
"@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" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "osmextract", | ||
"name": "osmextract", | ||
"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=osmextract" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "stplanr", | ||
"name": "stplanr", | ||
"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=stplanr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "dplyr", | ||
"name": "dplyr", | ||
"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=dplyr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "rgdal", | ||
"name": "rgdal", | ||
"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=rgdal" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "tmap", | ||
"name": "tmap", | ||
"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=tmap" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "leaflet", | ||
"name": "leaflet", | ||
"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=leaflet" | ||
} | ||
], | ||
"softwareRequirements": { | ||
"1": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "sf", | ||
"name": "sf", | ||
"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=sf" | ||
}, | ||
"2": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "raster", | ||
"name": "raster", | ||
"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=raster" | ||
}, | ||
"3": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "methods", | ||
"name": "methods" | ||
}, | ||
"4": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "pbapply", | ||
"name": "pbapply", | ||
"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=pbapply" | ||
}, | ||
"5": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "geodist", | ||
"name": "geodist", | ||
"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=geodist" | ||
}, | ||
"6": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "colorspace", | ||
"name": "colorspace", | ||
"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=colorspace" | ||
}, | ||
"7": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "R", | ||
"name": "R", | ||
"version": ">= 2.10" | ||
}, | ||
"SystemRequirements": null | ||
}, | ||
"fileSize": "407.513KB" | ||
} |