Skip to content
/ bvbus Public

Got serious, while playing with busses from Brasov

License

Notifications You must be signed in to change notification settings

badu/bvbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websites:

Extract of OSM Data

Run with the query below, to get geo.json

[out:json][timeout:25];
(
  node({{bbox}})[network="RAT Brașov"];
);
out body;
>;
out skel qt;

can play with too:

[out:json][timeout:25];
(
  relation["to"="Stadionul Municipal"]({{bbox}});
);
out body;
>;
out skel qt;

Boundary of Brasov (Metropolitan Area)

[out:json];
relation["name"="Brașov"]["type"="boundary"]["boundary"="administrative"]["place"="city"];
out body;
>;
out skel qt;

Import initial data

Download romania-latest.osm.pbf from https://download.geofabrik.de/europe/romania.html

sudo apt install osmctools

osmconvert romania.osm.pbf -B=brasov_boundary.poly -o=brasov.osm.pbf