Skip to content

Commit 940c7e1

Browse files
committed
add order of execution
1 parent f3360fc commit 940c7e1

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

README.Rmd

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,22 @@ This repository contains scripts to create the b3data [frictionless](https://doc
4646

4747
This code is developed in context of **T5.5** of the [B-Cubed project](https://b-cubed.eu/).
4848

49+
## Order of execution
50+
51+
Follow the steps below to run the scripts in a logical order.
52+
53+
**1.** `create_b3data_package.Rmd`
54+
55+
- creates the data package
56+
- adds tabular resources
57+
- writes data package
58+
59+
**2.** `add_spatial_resources.Rmd`
60+
61+
- loads data package
62+
- adds spatial resources
63+
- writes data package
64+
4965
## 📦 The `b3data` data package
5066

5167
- **Name**: `b3data`

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ on [Zenodo](https://zenodo.org/). <!-- description: end -->
3333
This code is developed in context of **T5.5** of the [B-Cubed
3434
project](https://b-cubed.eu/).
3535

36+
## Order of execution
37+
38+
Follow the steps below to run the scripts in a logical order.
39+
40+
**1.** `create_b3data_package.Rmd`
41+
42+
- creates the data package
43+
- adds tabular resources
44+
- writes data package
45+
46+
**2.** `add_spatial_resources.Rmd`
47+
48+
- loads data package
49+
- adds spatial resources
50+
- writes data package
51+
3652
## 📦 The `b3data` data package
3753

3854
- **Name**: `b3data`

0 commit comments

Comments
 (0)