111 rows where qSpecies_id = 129 sorted by Police Districts

View and edit SQL

Fire Prevention Districts

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)
2121 110341 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 564 Grove St 2 Sidewalk: Curb side : Cutout Tree Private 2     2 4x4   6005076.8079 2111304.1554 37.7775258606118 -122.425975168518 (37.7775258606118, -122.425975168518) 7 9 11 28852 10
5397 141400 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 651 GROVE ST 15 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 0ft   6004844.5154 2111226.902 37.7773006108566 -122.426773243262 (37.7773006108566, -122.426773243262) 7 9 11 28852 10
10018 259741 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 639 Grove St 1 Sidewalk: Curb side : Cutout Tree DPW 1 FUF 06/11/2019 12:00:00 AM 3     6004752.1306 2111210.76413 37.7772510764575 -122.427091682563 (37.7772510764575, -122.427091682563) 7 9 11 28852 10
10353 110340 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 564 Grove St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 4x4   6005097.2691 2111307.8756 37.7775372317236 -122.425904651228 (37.7775372317236, -122.425904651228) 7 9 11 28852 10
18582 259739 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 635 Grove St 1 Sidewalk: Curb side : Cutout Tree DPW 1 FUF 06/11/2019 12:00:00 AM 3     6004770.46943 2111213.3219 37.7772591364779 -122.427028424855 (37.7772591364779, -122.427028424855) 7 9 11 28852 10
19046 259740 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 637 Grove St 1 Sidewalk: Curb side : Cutout Tree DPW 1 FUF 06/11/2019 12:00:00 AM 3     6004761.30001 2111212.04301 37.7772551064579 -122.427060053728 (37.7772551064579, -122.427060053728) 7 9 11 28852 10
33232 82541 Permitted Site 7 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 657 Fulton St 1 Sidewalk: Curb side : Cutout Tree Private 2   07/14/2009 12:00:00 AM   3x3 Permit Number 52586 6004618.75767182 2111536.15402672 37.7781369742486 -122.427576250385 (37.7781369742486, -122.427576250385) 7 9 11 28852 10
113803 70940 Permitted Site 7 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 624 Grove St 1 Sidewalk: Curb side : Cutout Tree Private 2   07/14/2009 12:00:00 AM   3x3 Permit Number 52586 6004809.96249369 2111265.27573463 37.7774040220808 -122.426895506614 (37.7774040220808, -122.426895506614) 7 9 11 28852 10
130726 16724 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1075 O'Farrell St 2 Sidewalk: Curb side : Cutout Tree DPW 1   06/30/2015 10:17:00 AM 3 4X4   6006252.84558 2113856.064 37.7845991729485 -122.422088192257 (37.7845991729485, -122.422088192257) 7 9 11 28858 41
148227 88804 Permitted Site 7 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 55 Page St 8 Sidewalk: Curb side : Cutout Tree Private 2   09/09/2008 12:00:00 AM   3x3 Permit Number 51708 6006333 2111428 37.7779368220791 -122.421638371919 (37.7779368220791, -122.421638371919) 7 9 11 28852 10
169087 9847 Permitted Site 7 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1295X Gough St 8 Sidewalk: Curb side : Cutout Tree Private 2   08/22/2009 12:00:00 AM 3 3X3   6005487.54968 2114101.28131 37.7852292855281 -122.424753311633 (37.7852292855281, -122.424753311633) 13 9 11 28858 41

Advanced export

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

CSV options:

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)
);