Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badu/bvbus
Got serious, while playing with busses from Brasov
https://github.com/badu/bvbus
brasov bus busses transportation
Last synced: 17 days ago
JSON representation
Got serious, while playing with busses from Brasov
- Host: GitHub
- URL: https://github.com/badu/bvbus
- Owner: badu
- License: apache-2.0
- Created: 2022-12-12T03:27:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T05:07:58.000Z (5 months ago)
- Last Synced: 2024-11-18T07:06:18.990Z (3 months ago)
- Topics: brasov, bus, busses, transportation
- Language: Go
- Homepage: https://bvbus.github.io/
- Size: 140 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Websites:
---
[Wikipedia](https://en.wikipedia.org/wiki/RATBV)
[Similar app](https://www.trafic-web.ro/)
[Public Transport](http://overpass-api.de/public_transport.html)
[Brasov Guide](https://www.ghid-brasov.ro/)
--[Extract of OSM Data](https://overpass-turbo.eu/)
Run with the query below, to get `geo.json`
```overpass query
[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`