Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hmalmedal/n2000

N2000 Kartdata
https://github.com/hmalmedal/n2000

Last synced: about 1 month ago
JSON representation

N2000 Kartdata

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# N2000 Kartdata

Kartdata fra [Kartverket](https://kartverket.no/).

```{r kart}
library(N2000)
plot(sf::st_geometry(Kystkontur))
plot(sf::st_geometry(Riksgrense), add = TRUE)
```