-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: CycleInfraLnd
Type: Package
Title: Accesses and download data from the Transport for London Cycling Infrastructure Database into R as spatial data (Simple features)
Version: 0.1.0
Authors@R: c(
person("Caroline", "Tait", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4781-4111")),
person("Robin", "Lovelace", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-5679-6536"))
)
Description: The two functions in this package allow you to obtain either lines or points from the Cycling Infrastructure Database.
There are 9 asset types within the Cycling Infrastructure Database that are either available as lines or points. The example list
in the help file contains all variations of this code for each of the different asset types. The README file contains more information
about the Cycling Infrastructure Database.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports:
sf