From 9d53c7d29238baf2aec025ccba2583b0b7965188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonia=20P=C3=A9rez-Cerezo?= Date: Mon, 26 Aug 2024 18:25:14 +0200 Subject: [PATCH] Add some info on input data --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 63f036d..2de6f8c 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,13 @@ The `strecken.pmtiles` file is best generated using the `mapbuilder.sh` script. Furthermore, exporting maps from umap is possible using the `umap-extractor.py` script, which takes care of exporting the data as well as the graphical style for each layer. + +### Input Data + +The input data for `strecken.pmtiles` consists of a `data/` folder, +with one subfolder for each layer. In each of these folders, the lines +to be displayed on the map can be deposited in any format understood +by [ogrmerge](https://gdal.org/programs/ogrmerge.html), for instance, +GeoJSON or gpx. + +