home / goamines / location_aliases

Menu

location_aliases

Maps every raw location string to a canonical_name in locations.

3 rows where canonical_name = "TPL Maina Jetty"

✎ View and edit SQL

This data as json, CSV (advanced)

raw_name ▼ canonical_name
Fomento Maina Plot Sy No 67 TPL Maina Jetty
MAINA JETTY TPL Maina Jetty
TPL Maina Jetty TPL Maina Jetty

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE location_aliases (
  raw_name TEXT PRIMARY KEY,
  canonical_name TEXT REFERENCES locations(canonical_name)
);
Powered by Datasette · Queries took 1.2ms