first idea

This commit is contained in:
vv01f 2019-05-21 23:07:04 +02:00
commit 04b28b425a
Signed by untrusted user who does not match committer: vv01f
GPG Key ID: 02625A16AC1D1FF6
1 changed files with 25 additions and 0 deletions

25
README.markdown Normal file
View File

@ -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/