commit 04b28b425a26c98333760a02269a7eb22fb44833 Author: vv01f Date: Tue May 21 23:07:04 2019 +0200 first idea 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/