From 04b28b425a26c98333760a02269a7eb22fb44833 Mon Sep 17 00:00:00 2001 From: vv01f Date: Tue, 21 May 2019 23:07:04 +0200 Subject: [PATCH] first idea --- README.markdown | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.markdown diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..1ad2e06 --- /dev/null +++ b/README.markdown @@ -0,0 +1,25 @@ + +# ccc maps + +the [svg map] used on [ccc de] is at least potentially outdated +and thus should be updated automically + +[svg map]: https://chaos.expert/telegnom/erfakarte +[ccc de]: https://www.ccc.de/regional + +## process + +1. fetch addressed of a convenient source +2. resolve geo coordinates for addresses, e. g. `geopy`[0] +3. visualize on a map, e. g. `leaflet.js`[1] + +## data + +the address data source is the semantic [documentation wiki], queried with [result format] + +[documentation wiki]: https://doku.ccc.de/Liste_der_Erfa-Kreise_und_Chaostreffs +[result format]: https://www.semantic-mediawiki.org/wiki/Help:CSV_format + + +[0]: https://geopy.readthedocs.io/ +[1]: https://leafletjs.com/