-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.38 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: happign
Title: R Interface to 'IGN' Web Services
Version: 0.3.3
Authors@R:
person("Paul", "Carteron", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6942-6662"))
Maintainer: Paul Carteron <[email protected]>
Description: Automatic open data acquisition from resources of IGN
('Institut National de Information Geographique et forestiere')
(<https://www.ign.fr/>). Available datasets include various types of
raster and vector data, such as digital elevation models, state
borders, spatial databases, cadastral parcels, and more. There also
access to point clouds data ('LIDAR') and specifics API
(<https://apicarto.ign.fr/api/doc/>).
License: GPL (>= 3)
URL: https://github.com/paul-carteron,
https://paul-carteron.github.io/happign/
BugReports: https://github.com/paul-carteron/happign/issues
Depends:
R (>= 4.1.0)
Imports:
archive,
dplyr,
jsonlite,
httr2 (>= 1.1.0),
methods,
sf (>= 1.0-7),
terra,
xml2,
yyjsonr
Suggests:
covr,
ggplot2,
httptest2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tmap (>= 4.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
LazyData: true
NeedsCompilation: no
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: C++11, GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>=
4.8.0), sqlite3