Skip to content

Commit 5496b1b

Browse files
committed
add methods
1 parent e4d1611 commit 5496b1b

1 file changed

Lines changed: 27 additions & 5 deletions

File tree

source/add_spatial_resources.Rmd

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,38 @@ Add spatial data resources to b3data frictionless data package.
3636

3737
# Methods
3838

39-
- process data -> save as geojson
39+
This report focuses on adding spatial resources (e.g. GeoJSON, raster) to the **b3data** frictionless data package.
4040

41-
- add to package
41+
## Source Data
4242

43-
- metadata
43+
Spatial data need to be saved locally in the data package directory and then added manually to the descriptor file using `append()`.
44+
We provide the reference grids for the occurrence cubes in the data package following this naming convention:
45+
46+
```
47+
resource_name = "<grid><resolution>refgrid<region>"
48+
```
49+
50+
Example:
51+
`mgrs10_refgrid_belgium` → MGRS 10 km reference grid Belgium
52+
53+
## Resource-level Metadata
54+
55+
Each dataset includes the following metadata (see: [Frictionless resource spec](https://docs.ropensci.org/frictionless/articles/data-resource.html#properties-implementation)):
56+
57+
- **profile**: `spatial-data-resource`
58+
- **format**: e.g. `geojson`
59+
- **title**: e.g. `"MGRS 10 km reference grid for Belgium"`
60+
- **description**: concise explanation of content
61+
- **sources**: source if applicable
62+
- **licenses**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
4463

4564
# Datasets
46-
## UTM 10 Km grid Belgium
65+
## MGRS 10 Km reference grid Belgium
66+
67+
68+
4769

48-
## EEA 100 km grid Europe
70+
## EEA 100 km reference grid Europe
4971

5072
> Coming soon
5173

0 commit comments

Comments
 (0)