-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
31 lines (31 loc) · 985 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
28
29
30
31
Type: Package
Package: rAHNextract
Title: Extract elevation points or areas in the Netherlands from the AHN
Version: 0.98
Date: 16-04-2024
Author: Jelle Stuurman
Maintainer: Jelle Stuurman <[email protected]>
Description: Extract elevation points or raster areas in the Netherlands
from the Actueel Hoogtebestand Nederland (AHN). Raster extraction is
possible of a custom area for the latest AHN made available by PDOK.
License: AGPL (>= 3)
URL: https://jellest.github.io/rAHNextract/
BugReports: https://github.com/Jellest/rAHNextract/issues
Depends:
R (>= 4.0)
Imports:
sf,
terra,
xml2
Suggests:
dplyr,
knitr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
References: - Actueel Hoogtebestand Nederland (AHN), https://www.ahn.n -
Publieke Diensten Op De Kaart (PDOK),
https://www.pdok.nl/introductie/-/article/actueel-hoogtebestand-nederland-ahn
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1