Skip to content

Commit 92ec8be

Browse files
committed
fix readme
1 parent fa63610 commit 92ec8be

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ knitr::opts_chunk$set(
2121
[![Release](https://img.shields.io/github/release/b-cubed-eu/b3data-scripts.svg)](https://github.com/b-cubed-eu/b3data-scripts/releases)
2222
[![repo status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
2323
![GitHub repo size](https://img.shields.io/github/repo-size/b-cubed-eu/b3data-scripts)
24+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15190796.svg)](https://doi.org/10.5281/zenodo.15190796)
2425
<!-- badges: end -->
2526

2627
# Scripts used to create the b3data frictionless data package

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ library(frictionless)
7575
The content of the data package can be consulted using `read_package()`.
7676

7777
``` r
78-
b3data_package <- read_package("https://zenodo.org/records/15181098/files/datapackage.json")
78+
b3data_package <- read_package("https://zenodo.org/records/15211029/files/datapackage.json")
7979
b3data_package
8080
#> A Data Package with 2 resources:
8181
#> • bird_cube_belgium_mgrs10
8282
#> • mgrs10_refgrid_belgium
83-
#> For more information, see <https://doi.org/10.5281/zenodo.15181098>.
83+
#> For more information, see <https://doi.org/10.5281/zenodo.15211029>.
8484
#> Use `unclass()` to print the Data Package as a list.
8585
```
8686

@@ -109,21 +109,21 @@ like `sf` or `terra` directly.
109109

110110
``` r
111111
mgrs10_belgium <- sf::st_read(
112-
"https://zenodo.org/records/15181098/files/mgrs10_refgrid_belgium.gpkg",
112+
"https://zenodo.org/records/15211029/files/mgrs10_refgrid_belgium.gpkg",
113113
quiet = TRUE)
114114
head(mgrs10_belgium)
115115
#> Simple feature collection with 6 features and 1 field
116116
#> Geometry type: POLYGON
117117
#> Dimension: XY
118-
#> Bounding box: xmin: 13919.31 ymin: 159175.7 xmax: 34107.28 ymax: 209553.2
119-
#> Geodetic CRS: WGS 84
120-
#> mgrscode geometry
121-
#> 1 31UDS65 POLYGON ((23939.64 190365.5...
122-
#> 2 31UDS66 POLYGON ((24123.5 200367.5,...
123-
#> 3 31UDS72 POLYGON ((33389.37 160175.9...
124-
#> 4 31UDS73 POLYGON ((33573.52 170177.6...
125-
#> 5 31UDS74 POLYGON ((33757.62 180179.5...
126-
#> 6 31UDS75 POLYGON ((33941.67 190181.5...
118+
#> Bounding box: xmin: 460000.1 ymin: 5620000 xmax: 480000.1 ymax: 5670000
119+
#> Projected CRS: WGS 84 / UTM zone 31N
120+
#> mgrscode geom
121+
#> 1 31UDS65 POLYGON ((470000.1 5651000,...
122+
#> 2 31UDS66 POLYGON ((470000.1 5661000,...
123+
#> 3 31UDS72 POLYGON ((480000 5621000, 4...
124+
#> 4 31UDS73 POLYGON ((480000.1 5631000,...
125+
#> 5 31UDS74 POLYGON ((480000.1 5641000,...
126+
#> 6 31UDS75 POLYGON ((480000.1 5651000,...
127127
```
128128

129129
## 📁 Repository structure

0 commit comments

Comments
 (0)