12 rows where Neighborhoods (old) = 29 and qSpecies_id = 143

View and edit SQL

These facets timed out: Neighborhoods (old)

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)
20454 194601 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 560 Missouri St 3 Sidewalk: Curb side : Pot Tree Private 2     22 Width 2ft   6013524.11994 2104470.94675 37.7592371740688 -122.396273844275 (37.7592371740688, -122.396273844275) 10 3 8 28856 29
51880 194599 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 560 Missouri St 1 Sidewalk: Curb side : Pot Tree Private 2     17 Width 2ft   6013504.76514 2104470.26142 37.7592342153007 -122.396340734951 (37.7592342153007, -122.396340734951) 10 3 8 28856 29
78154 194595 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 790 De Haro St 4 Sidewalk: Property side : Yard Tree Private 2     13 Width 3ft   6012100.88773 2104713.90073 37.7598249745702 -122.401213170068 (37.7598249745702, -122.401213170068) 10 3 8 28856 29
78579 194594 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 1 01st St 22 : Yard Tree Private 2     10     6014433.28496 2105898.16367 37.7632065495547 -122.393229358544 (37.7632065495547, -122.393229358544) 14 3 8 28856 29
82461 194597 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 1501 22nd St 16 Front Yard : Yard Tree Private 2     13     6013352.62113 2103844.18935 37.7575066904871 -122.396823033261 (37.7575066904871, -122.396823033261) 10 3 8 28856 29
83606 194591 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 1301 Minnesota St 6 Front Yard : Yard Tree Private 2     16     6015395.46497 2102261.8945 37.7532755385605 -122.389647488355 (37.7532755385605, -122.389647488355) 10 3 8 28856 29
97494 67866 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 525 Rhode Island St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/07/2008 12:00:00 AM 10 3x3 Permit Number 51918 6011810.47286 2105913.7518 37.763103292118 -122.402301941482 (37.763103292118, -122.402301941482) 8 3 8 28856 29
135899 194593 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 1 01st St 21 : Yard Tree Private 2     19     6014441.96314 2105885.02123 37.7631709453925 -122.393198423694 (37.7631709453925, -122.393198423694) 14 3 8 28856 29
144327 194596 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 800 Wisconsin St 7 : Tree Private 2     12 Width 3ft   6012720.64304 2103613.29363 37.7568375049672 -122.398992475934 (37.7568375049672, -122.398992475934) 10 3 8 28856 29
170174 194592 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 1098 19th St 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   6014470.31991 2105301.99437 37.7615716558409 -122.393059550356 (37.7615716558409, -122.393059550356) 10 3 8 28856 29
184947 194598 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 1501 22nd St 17 Front Yard : Yard Tree Private 2     6     6013347.3325 2103843.81837 37.7575053774884 -122.396841297588 (37.7575053774884, -122.396841297588) 10 3 8 28856 29
186242 194600 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 560 Missouri St 2 Sidewalk: Curb side : Pot Tree Private 2     17 Width 2ft   6013514.76966 2104470.05867 37.7592342153015 -122.396306120039 (37.7592342153015, -122.396306120039) 10 3 8 28856 29

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