-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 830 Bytes
/
DESCRIPTION
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
Package: wikimapR
Type: Package
Title: Import Wikimapia Data as Simple Features via API
Version: 0.1.2
Authors@R: c(
person("Egor", "Kotov", email = "kotov.egor@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6690-5345") ))
Maintainer: Egor Kotov <kotov.egor@gmail.com>
Description: Download and import of Wikimapia data as 'sf'
objects. Wikimapia data is retrieved via the Wikimapia API and
converted to `sf` objects retaining all recevied fields.
Date: 2023-05-14
Depends: R (>= 3.1.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
purrr,
httr,
sf,
progress
URL: https://github.com/e-kotov/wikimapR/,
http://www.ekotov.pro/wikimapR/
BugReports: https://github.com/e-kotov/wikimapR/issues
RoxygenNote: 7.2.3