diff --git a/README.md b/README.md index 7488263..a28e233 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ This site show's general information about Radschnellverbindungen (cycle highway ## 💾 Data -TLDR: If you use the data, attribute it like this: -*© [FixMyCity](https://fixmycity.de)/[RSV-Dossier](https://github.com/FixMyBerlin/rsv-dossier) - [ODbL License](https://opendatacommons.org/licenses/odbl/summary/index.html)* +TLDR: The (geo)data is available in the [`radschnellwege/`](./src/radschnellwege) folder. If you use the data, attribute it like this: + +> © [FixMyCity](https://fixmycity.de)/[RSV-Dossier](https://github.com/FixMyBerlin/rsv-dossier) - [ODbL License](https://opendatacommons.org/licenses/odbl/summary/index.html) You find the geometry and meta information about the highways under [`./src/radschnellwege/`](./src/radschnellwege/). There is one file for all highways in [`meta/`](./src/radschnellwege/meta) folder containing the meta information. In the [`geometry/`](./src/radschnellwege/geometry) folder, every cycle highway has one individual file. In [`./data/schema/`](./data/schema/)you'll find the schema for the json files. It enables the validation of the files via gatsby. diff --git a/src/radschnellwege/README.md b/src/radschnellwege/README.md index 395ce18..d6af030 100644 --- a/src/radschnellwege/README.md +++ b/src/radschnellwege/README.md @@ -7,7 +7,8 @@ ## Attribution & License Please attribute the data like this: -*© [FixMyCity](https://fixmycity.de)/[RSV-Dossier](https://github.com/FixMyBerlin/rsv-dossier) - [ODbL License](https://opendatacommons.org/licenses/odbl/summary/index.html)* + +> © [FixMyCity](https://fixmycity.de)/[RSV-Dossier](https://github.com/FixMyBerlin/rsv-dossier) - [ODbL License](https://opendatacommons.org/licenses/odbl/summary/index.html) The data, therefore `meta` and `geometry` folder, are both licensed under ODbL. See the [LICENSE](./LICENSE) for the full legal text.