Skip to content

Commit 1dee3c7

Browse files
committed
spelling
1 parent 18e3842 commit 1dee3c7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

data/b3data_package/datapackage.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"licenses": [
2121
{
22-
"name": "CC BY-NC 4.0",
22+
"name": "CC-BY-NC-4.0",
2323
"path": "https://creativecommons.org/licenses/by-nc/4.0/",
2424
"title": "Creative Commons Attribution-NonCommercial 4.0 International"
2525
}
@@ -65,11 +65,11 @@
6565
"name": "mgrs10_refgrid_belgium",
6666
"path": "mgrs10_refgrid_belgium.geojson",
6767
"format": "geojson",
68-
"title": "MGRS 10 Km reference grid Belgium",
69-
"description": "MGRS 10 Km reference grid for the mainland of Belgium.",
68+
"title": "MGRS 10 km reference grid Belgium",
69+
"description": "MGRS 10 km reference grid for the mainland of Belgium.",
7070
"licenses": [
7171
{
72-
"name": "CC0 1.0",
72+
"name": "CC0-1.0",
7373
"path": "https://creativecommons.org/publicdomain/zero/1.0/",
7474
"title": "Creative Commons Zero v1.0 Universal"
7575
}
@@ -80,7 +80,7 @@
8080
"description": "This data package contains data resources to be used across the b3verse (https://docs.b-cubed.eu/guides/b3verse/). This includes example datasets (occurrence cubes) as well as spatial resources like reference grids or raster data.",
8181
"keywords": ["data cubes", "b3verse", "frictionless", "biodiversity"],
8282
"licenses": {
83-
"name": "CC BY-NC 4.0",
83+
"name": "CC-BY-NC-4.0",
8484
"path": "https://creativecommons.org/licenses/by-nc/4.0/",
8585
"title": "Creative Commons Attribution-NonCommercial 4.0 International"
8686
},

source/add_spatial_resources.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Each dataset includes the following metadata (see: [Frictionless resource spec](
6464
- **licenses**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
6565

6666
# Datasets
67-
## MGRS 10 Km reference grid Belgium
67+
## MGRS 10 km reference grid Belgium
6868

6969
Load the data.
7070

@@ -103,10 +103,10 @@ mgrs10_resource <- list(
103103
name = "mgrs10_refgrid_belgium",
104104
path = "mgrs10_refgrid_belgium.geojson",
105105
format = "geojson",
106-
title = "MGRS 10 Km reference grid Belgium",
107-
description = "MGRS 10 Km reference grid for the mainland of Belgium.",
106+
title = "MGRS 10 km reference grid Belgium",
107+
description = "MGRS 10 km reference grid for the mainland of Belgium.",
108108
licenses = list(list(
109-
name = "CC0 1.0",
109+
name = "CC0-1.0",
110110
path = "https://creativecommons.org/publicdomain/zero/1.0/",
111111
title = "Creative Commons Zero v1.0 Universal"
112112
))

source/create_b3data_package.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ b3data_package <- create_package() %>%
176176
path = "https://doi.org/10.15468/dl.y3wpwk"
177177
)),
178178
licenses = list(list(
179-
name = "CC BY-NC 4.0",
179+
name = "CC-BY-NC-4.0",
180180
path = "https://creativecommons.org/licenses/by-nc/4.0/",
181181
title = "Creative Commons Attribution-NonCommercial 4.0 International"
182182
))
@@ -219,7 +219,7 @@ b3data_package <- append(
219219
b3data_package <- append(
220220
b3data_package,
221221
c(licenses = list(list(
222-
name = "CC BY-NC 4.0",
222+
name = "CC-BY-NC-4.0",
223223
path = "https://creativecommons.org/licenses/by-nc/4.0/",
224224
title = "Creative Commons Attribution-NonCommercial 4.0 International"
225225
))),

0 commit comments

Comments
 (0)