12 rows where DBH = 0 and qLegalStatus_id = 2 sorted by Longitude

View and edit SQL

These facets timed out: DBH

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)
147582 166259 Planning Code 138.1 required 2 Olea europaea :: Olive Tree 9 2880 21st St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 3x3   6008980.17665 2103937.78959 37.7575193538388 -122.41195137385 (37.7575193538388, -122.41195137385) 2 4 7 28859 19
17339 166211 Planning Code 138.1 required 2 Cercis canadensis :: Eastern Redbud 346 3140 25th St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 Width 3ft   6008730.35876 2101584.0935 37.7510426163255 -122.412648961786 (37.7510426163255, -122.412648961786) 2 4 7 28859 19
11734 243526 Planning Code 138.1 required 2 Cassia leptophylla :: Gold Medallion Tree 152 3443 20th St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 Width 3ft   6007325.13159 2104386.27009 37.7586577840397 -122.417706987288 (37.7586577840397, -122.417706987288) 2 4 7 28859 19
15201 243525 Planning Code 138.1 required 2 Cassia leptophylla :: Gold Medallion Tree 152 3445 20th St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 4x5   6007302.00064 2104384.8851 37.7586526795002 -122.417786886671 (37.7586526795002, -122.417786886671) 2 4 7 28859 19
4773 165865 Planning Code 138.1 required 2 Magnolia grandiflora 'Little Gem' :: Little Gem Magnolia 13 275 Bonview St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 3x4   6006836.83511 2097542.23848 37.7398381374333 -122.418910337746 (37.7398381374333, -122.418910337746) 2 7 7 28859 2
152218 152308 Planning Code 138.1 required 2 Magnolia grandiflora :: Southern Magnolia 19 3420 18th St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 4x4   6006693.54336 2105565.92746 37.7618612870018 -122.419975023524 (37.7618612870018, -122.419975023524) 8 4 7 28859 19
180665 152326 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 49 San Carlos St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 4x4   6006659.4536 2105583.0811 37.7619064662287 -122.420094144155 (37.7619064662287, -122.420094144155) 8 4 7 28859 19
67108 152327 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 49 San Carlos St 2 Sidewalk: Curb side : Cutout Tree Private 2     0 4x4   6006657.39777 2105617.1383 37.7619998635108 -122.420103671551 (37.7619998635108, -122.420103671551) 8 4 7 28859 19
5173 169519 Planning Code 138.1 required 2 Olea europaea :: Olive Tree 9 1753 Noe St 1 Front Yard : Yard Tree Private 2     0 8x8 Permit Number 779099 6003417.91334 2098032.77345 37.7409919262491 -122.430766523865 (37.7409919262491, -122.430766523865) 2 7 5 63 7
47145 95203 Planning Code 138.1 required 2 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 149 314 Walnut St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 3x3 Permit Number 769992 5998598.63338 2115400.15976 37.7884041728517 -122.44868032474 (37.7884041728517, -122.44868032474) 13 6 1 54 31
159609 102525 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 310 Walnut St 1 Sidewalk: Curb side : Cutout Tree Private 2   01/30/2013 12:00:00 AM 0 3x3 Permit Number 769739 5998596.99117 2115413.44206 37.7884405486385 -122.448686963531 (37.7884405486385, -122.448686963531) 13 6 1 54 31
35632 182616 Planning Code 138.1 required 2 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 1856 28th Ave 1 Sidewalk: Curb side : Yard Tree Private 2   11/16/2018 12:00:00 AM 0 Width 0ft Permit Number 780914 5987553.0951 2102630.1854 37.7527035840583 -122.485957928463 (37.7527035840583, -122.485957928463) 1 8 3 56 35

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