home / n311

_locations

1 row where category_id = 51038

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: added (date), removed (date)

Link rowid ▼ location latitude longitude category_id ward added removed active
27120 27120 54 HOBART RD 42.337377 -71.181977 51038 7 2025-09-23 09:00 2025-09-23 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [_locations] (
   [location] TEXT,
   [latitude] FLOAT,
   [longitude] FLOAT,
   [category_id] TEXT REFERENCES [categories]([id]),
   [ward] INTEGER,
   [added] TEXT,
   [removed] TEXT,
   [active] INTEGER
);
Powered by Datasette · Queries took 440.05ms