home / goamines / location_aliases

Menu

location_aliases

Maps every raw location string to a canonical_name in locations.

1 row where canonical_name = "HULDOOL DONGOR BIMBOL IRON ORE MINE - 8/41"

✎ View and edit SQL

This data as json, CSV (advanced)

raw_name ▼ canonical_name
HULDOOL DONGOR BIMBOL IRON ORE MINE - 8/41 HULDOOL DONGOR BIMBOL IRON ORE MINE - 8/41

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