crawler

command
v0.0.0-...-2ed80af Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

README

Definitions

Station - it's a bus stop, multiple Vehicle can stop in a Station by a time table. Stations have edges (links to other stations because of the routes)

Bus / Trolleybus Line - it's a Vehicle which performs a Route using a time table.

Time tables - it's the link between Station and Vehicle, useful when you need to be in the Station at a certain time

Usage

Run crawler if you need to get new json data.

Other interesting websites:

Wikipedia Similar app

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;

Public Transport Brasov Guide

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL