111 rows where qSpecies_id = 129 sorted by Neighborhoods (old)

View and edit SQL

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) ▼
109766 14064 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1390 Market St 7 Sidewalk: Curb side : Cutout Tree DPW 1   04/27/2017 08:26:00 AM 3 4x4   6007685.3945 2111107.6588 37.7771334080887 -122.416937247256 (37.7771334080887, -122.416937247256) 7 2 9 28852 36
128602 14063 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1390 Market St 6 Sidewalk: Curb side : Cutout Tree DPW 1   04/27/2017 08:13:00 AM 3 4x4   6007701.949 2111122.2657 37.7771744463261 -122.416881015003 (37.7771744463261, -122.416881015003) 7 2 9 28852 36
137032 14059 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1390 Market St 2 Sidewalk: Curb side : Cutout Tree DPW 1   04/26/2017 03:10:00 PM 3 4x4   6007777.9052 2111198.2219 37.7773872760423 -122.416623639707 (37.7773872760423, -122.416623639707) 7 2 9 28852 36
189094 14060 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1390 Market St 3 Sidewalk: Curb side : Cutout Tree DPW 1   07/07/2017 12:00:00 AM 3 4x4   6007755.5079 2111176.7984 37.7773271925581 -122.41669960144 (37.7773271925581, -122.41669960144) 7 2 9 28852 36
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
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
11274 13515 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 333 Market St 9 Sidewalk: Curb side : Cutout Tree DPW 1   11/25/2019 10:27:00 AM 3 4X4   6013400.91851 2116448.99876 37.7921193351998 -122.397540013255 (37.7921193351998, -122.397540013255) 12 2 9 28855 6
18276 119614 Significant Tree 6 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 2X Sutter St 2 Sidewalk: Property side : Cutout Tree Private 2       3x3   6012582 2115890 37.7905388243453 -122.400334219916 (37.7905388243453, -122.400334219916) 4 1 10 28854 6
55189 13655 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 607 Market St 1 Sidewalk: Curb side : Cutout Tree DPW 1   01/26/2016 10:49:00 AM 3 4X4   6012064.2714323 2115177.7586998 37.7885542943226 -122.402075446971 (37.7885542943226, -122.402075446971) 12 2 9 28855 6
71001 116973 Undocumented 4 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 121 SPEAR ST 3 Sidewalk: Curb side : Cutout Tree Private 2   07/05/2016 12:00:00 AM 3 3x3 Permit Number 777976 6014757 2116474 37.7922633974731 -122.39284966575 (37.7922633974731, -122.39284966575) 12 2 9 28855 6
101055 119613 Significant Tree 6 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 2X Sutter St 1 Sidewalk: Property side : Cutout Tree Private 2     12 3x3   6012582 2115890 37.7905388243453 -122.400334219916 (37.7905388243453, -122.400334219916) 4 1 10 28854 6

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