Last active
April 26, 2018 09:47
-
-
Save rollbrettler/45c3597c83f3a6da92d1ea056977b46b to your computer and use it in GitHub Desktop.
Revisions
-
rollbrettler revised this gist
Apr 26, 2018 . 2 changed files with 63100 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ -
rollbrettler revised this gist
Apr 26, 2018 . 2 changed files with 4 additions and 63100 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ ``` osmosis --read-pbf ~/Downloads/germany-latest.osm.pbf --tf accept-ways aeroway=aerodrome,terminal --tf accept-relations aeroway=aerodrome,terminal --tf reject-ways military=* --tf reject-relations military=* --used-node --write-xml ~/Downloads/germany-airports-no-military.osm ``` -
rollbrettler revised this gist
Apr 25, 2018 . 1 changed file with 56 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -117835,6 +117835,35 @@ ] } }, { "type": "Feature", "id": "node/5369819562", "properties": { "timestamp": "2018-01-29T08:31:39Z", "version": "1", "changeset": "55852527", "user": "rmehnert", "uid": "6699785", "addr:city": "Nobitz", "addr:housenumber": "1", "addr:postcode": "04603", "addr:street": "Am Flughafen", "description": "Rundflüge und Flugausbildung beim Flugsportzentrum Osterland direkt am Flugplatz Altenburg-Nobitz.", "email": "info@flugsport-osterland.de", "level": "0", "name": "Flugsportzentrum Osterland", "phone": "+49 3447 5565986", "website": "https://www.flugsport-osterland.de/", "id": "node/5369819562" }, "geometry": { "type": "Point", "coordinates": [ 12.5153451, 50.9815332 ] } }, { "type": "Feature", "id": "node/5431504619", @@ -117897,6 +117926,33 @@ ] } }, { "type": "Feature", "id": "node/5498943366", "properties": { "timestamp": "2018-03-23T13:03:37Z", "version": "1", "changeset": "57457158", "user": "bimezurog", "uid": "7914398", "addr:city": "Frankfurt am Main", "addr:housenumber": "451", "addr:postcode": "60549", "addr:street": "Gebäude", "government": "customs", "name": "Zollamt - Abfertigungsstelle Lufthansa Cargo Center", "office": "government", "opening_hours": "24/7", "id": "node/5498943366" }, "geometry": { "type": "Point", "coordinates": [ 8.5383419, 50.0396287 ] } }, { "type": "Feature", "id": "node/5503367143", -
rollbrettler created this gist
Apr 24, 2018 .There are no files selected for viewing