File tree 1 file changed +1
-34
lines changed
1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change 1
1
# Mapping
2
2
3
- ### Make a map with umap
4
-
5
- A map http://u.osmfr.org/m/53474/ is created to collect hiking and climbing destination around Munich.
6
- Their closest train or bus stations are also marked in the map.
7
-
8
- ### Create a map to represent alpine huts
9
-
10
- - [ Query alpine_hut from OSM] ( http://overpass-turbo.eu/s/pLp )
11
-
12
- ### Create a heatmap to represent travel duration by public transportation
13
-
14
- At the moment umap does not really support a full functional heatmap feature,
15
- therefore here only a map with colored markers is created for the same purpose.
16
-
17
- - Install https://github.com/kennell/schiene to use API accessing http://bahn.de
18
- - Export only 'Transport' layer from http://umap.openstreetmap.fr/en/map/mtn_53474 (i.e. Transport.geojson)
19
- - Transport layer contains train or bus stations and their names should be consistent with http://bahn.de
20
- - run Transport/check-destination-name.py to check if all station names in Transport.geojson are corrected
21
- - run Transport/generate-umap-heatmap-from-train-stations.py to generate Transport.heatmap.geojson
22
- - by default the travel duration is calculated from Munich main station
23
- - Eventually the generated Transport.heatmap.geojson needs to be edited manually in case of something wrong.
24
- - Transport.heatmap.geojson contains the same feature points from Transport.geojson with color code to represent travel duration
25
- - Import Transport.heatmap.geojson to umap
26
-
27
- Example:
28
-
29
- ![ Example] ( Transport/transportation.heatmap.png )
30
-
31
- Color code:
32
- - green-ish: < 1h
33
- - yelloe/brown-ish: < 2h
34
- - purple/pink-ish: < 3h
35
- - grey: > 3h
36
- - black: info not available at this time point
3
+ https://observablehq.com/@easz/my-map
You can’t perform that action at this time.
0 commit comments