trees
3 rows where Zip Codes = 28856 and qSpecies_id = 182
This data as json, CSV (advanced)
rowid ▼ | TreeID | qLegalStatus_id | qSpecies_id | qAddress | SiteOrder | qSiteInfo | PlantType | qCaretaker_id | qCareAssistant | PlantDate | DBH | PlotSize | PermitNotes | XCoord | YCoord | Latitude | Longitude | Location | Fire Prevention Districts | Police Districts | Supervisor Districts | Zip Codes | Neighborhoods (old) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
38595 | 190618 | DPW Maintained 1 | Gleditsia triacanthos :: Honey Locust 182 | 1 Jack Balestreri Way | 32 | Front Yard : Yard | Tree | Private 2 | 10 | 6012380.89762 | 2104806.31927 | 37.7600943530021 | -122.40025123812 | (37.7600943530021, -122.40025123812) | 10 | 3 | 8 | 28856 | 29 | ||||
86886 | 60998 | DPW Maintained 1 | Gleditsia triacanthos :: Honey Locust 182 | 340 Brannan St | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 04/24/2018 12:00:00 AM | 3 | 3x3 | Permit Number 30085 | 6014626.94947 | 2112460.04386 | 37.7812347712083 | -122.393018675278 | (37.7812347712083, -122.393018675278) | 6 | 2 | 9 | 28856 | 6 | |
192096 | 111385 | DPW Maintained 1 | Gleditsia triacanthos :: Honey Locust 182 | 340 Brannan St | 3 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 5 | 3x3 | 6014582.17665 | 2112417.55167 | 37.7811156101297 | -122.393170594161 | (37.7811156101297, -122.393170594161) | 6 | 2 | 9 | 28856 | 6 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "trees" ( [rowid] INTEGER PRIMARY KEY, [TreeID] TEXT, [qLegalStatus_id] INTEGER REFERENCES [qLegalStatus]([id]), [qSpecies_id] INTEGER, [qAddress] TEXT, [SiteOrder] TEXT, [qSiteInfo] TEXT, [PlantType] TEXT, [qCaretaker_id] INTEGER REFERENCES [qCaretaker]([id]), [qCareAssistant] TEXT, [PlantDate] TEXT, [DBH] TEXT, [PlotSize] TEXT, [PermitNotes] TEXT, [XCoord] TEXT, [YCoord] TEXT, [Latitude] TEXT, [Longitude] TEXT, [Location] TEXT, [Fire Prevention Districts] TEXT, [Police Districts] TEXT, [Supervisor Districts] TEXT, [Zip Codes] TEXT, [Neighborhoods (old)] TEXT, FOREIGN KEY(qSpecies_id) REFERENCES qSpecies(id) );