You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/b3data_package/datapackage.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "b3data",
3
-
"id": "https://doi.org/10.5281/zenodo.15181098",
4
-
"version": "0.1.0",
3
+
"id": "https://doi.org/10.5281/zenodo.15211029",
4
+
"version": "0.1.2",
5
5
"resources": [
6
6
{
7
7
"name": "bird_cube_belgium_mgrs10",
@@ -11,7 +11,7 @@
11
11
"mediatype": "text/csv",
12
12
"encoding": "utf-8",
13
13
"title": "Occurrence cube for birds in Belgium (MGRS 10 km)",
14
-
"description": "Occurrence cube for birds in Belgium between 2000 en 2024. The taxonomical resolution is 'species' and the temporal resolution is 'year' Spatial aggregation is done using the MGRS grid at 10 km scale. Only grid cells that fall within the 10 km MGRS reference grid for mainland Belgium (see b3data: `mgrs10_refgrid_belgium.geojson`) are included.",
14
+
"description": "Occurrence cube for birds in Belgium between 2000 en 2024. The taxonomical resolution is 'species' and the temporal resolution is 'year' Spatial aggregation is done using the MGRS grid at 10 km scale. Only grid cells that fall within the 10 km MGRS reference grid for mainland Belgium (see b3data: `mgrs10_refgrid_belgium.gpkg`) are included.",
15
15
"sources": [
16
16
{
17
17
"title": "GBIF Occurrence Download",
@@ -64,10 +64,10 @@
64
64
},
65
65
{
66
66
"name": "mgrs10_refgrid_belgium",
67
-
"path": "mgrs10_refgrid_belgium.geojson",
68
-
"format": "geojson",
67
+
"path": "mgrs10_refgrid_belgium.gpkg",
68
+
"format": "gpkg",
69
69
"title": "MGRS 10 km reference grid Belgium",
70
-
"description": "MGRS 10 km reference grid for the mainland of Belgium.",
70
+
"description": "MGRS 10 km reference grid for the mainland of Belgium. EPSG:32631 (WGS 84 / UTM zone 31N).",
Copy file name to clipboardExpand all lines: source/add_spatial_resources.Rmd
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Add spatial data resources to b3data frictionless data package.
39
39
40
40
# Methods
41
41
42
-
This report focuses on adding spatial resources (e.g. GeoJSON, raster) to the **b3data** frictionless data package.
42
+
This report focuses on adding spatial resources (e.g. GeoPackage, raster) to the **b3data** frictionless data package.
43
43
44
44
## Source Data
45
45
@@ -57,7 +57,7 @@ Example:
57
57
58
58
Each dataset includes the following metadata (see: [Frictionless resource spec](https://docs.ropensci.org/frictionless/articles/data-resource.html#properties-implementation)):
59
59
60
-
-**format**: e.g. `geojson`
60
+
-**format**: e.g. `gpkg`
61
61
-**title**: e.g. `"MGRS 10 km reference grid for Belgium"`
0 commit comments