Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R ah nextract 098 dev #11

Merged
merged 15 commits into from
Apr 16, 2024
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ release (latest by date including
pre-releases)](https://img.shields.io/github/v/release/Jellest/rAHNextract?include_prereleases)
<!-- badges: end -->

Updated: 11-04-2024

This R package automatically extracts elevation points or areas of the
Netherlands from the Actueel Hoogtebestand Nederland (AHN) datasets
collected by [AHN](https://www.ahn.nl/). Individual elevations, and
Expand Down Expand Up @@ -42,7 +40,7 @@ package is required.

``` r
library(devtools)
devtools::install_github("Jellest/rAHNextract")
devtools::install_github("Jellest/rAHNextract@rAHNextract_09_dev")
library(rAHNextract)
library(terra)
```
Expand Down