-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 800 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 800 Bytes
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
Package: getOSM
Type: Package
Title: Get OSM-Data from Geofabrik GmbH
Version: 0.1.0
Author: Sebastian Gascha
Maintainer: Sebastian Gascha <sebastian_gatscha@gmx.at>
Description: The package offers an interactive interface to
the download service of Geofabrik GmbH. If osmconvert is
set as system variable, the function convertOSM can also be
used.
Depends:
R (>= 3.2.3)
Imports:
rvest (>= 0.3.2),
xml2 (>= 1.2.0),
utils (>= 3.5.2),
rworldmap (>= 1.3.6),
sf (>= 0.7.2),
DBI (>= 1.0.0),
RPostgreSQL (>= 0.6.2),
mapview (>= 2.6.3),
dplyr (>= 0.7.8),
sunburstR (>= 2.1.0)
URL: https://github.com/YsoSirius/getOSM
BugReports: https://github.com/YsoSirius/getOSM/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1