Biblioteca (TransMilenio)

The simple-station Biblioteca is part of the TransMilenio mass-transit system of Bogotá, Colombia, opened in the year 2000.

Biblioteca
LocationAv.Carrera 19C with Calle 51 Sur
Tunjuelito neighborhood
Line(s)Caracas Sur - Tunal
Platforms2
History
OpenedFebruary 16, 2002
Services
Santa Lucía H Socorro
H Parque

Location

The station is located in southern Bogotá, facing Parque El Tunal and near the Biblioteca El Tunal, from which it gets its name. It is specifically located on Avenida Ciudad de Villavicencio with Calle 51 Sur.

History

In 2002, a few months after the opening of the Portal del Norte, the Avenida Ciudad de Villavicencio line was opened, including this station.

Station Services

Old trunk services

Services rendered until April 29, 2006
KindRoutesFrequency
CurrentEvery 3 minutes on average

Current Trunk Services

Service as of April 29, 2006
TypeNorth RoutesSouth Routes
Express Every day
All day
C15
H15
Express Monday through Saturday
All day
D21
H21

Feeder routes

This station does not have connections to feeder routes.

Inter-city service

This station does not have inter-city service.

gollark: I *think* the issue here is in the returning bit... somehow...
gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.