Street_Tree_List

Data source: data.sfgov.org

13 rows where PlotSize = 20, qCaretaker = 2 and qSpecies = 1

View and edit SQL

Suggested facets: qAddress, DBH, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
828 8634 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 22 Median : Cutout 11 Tree 1 DPW 2     6 20   5999136.363 2113194.1665 37.7823778250539 -122.44666108993299 (37.7823778250539, -122.446661089933)
4979 8629 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 17 Median : Cutout 11 Tree 1 DPW 2     12 20   5999229.0905 2113208.3802 37.78242214856029 -122.44634131765899 (37.7824221485603, -122.446341317659)
5433 8620 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 8 Median : Cutout 11 Tree 1 DPW 2     6 20   5999320.4644 2113220.5634 37.7824608186771 -122.446026081758 (37.7824608186771, -122.446026081758)
5798 8630 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 18 Median : Cutout 11 Tree 1 DPW 2     6 20   5999216.9073 2113207.365 37.7824186652585 -122.44638339297501 (37.7824186652585, -122.446383392975)
7236 8621 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 9 Median : Cutout 11 Tree 1 DPW 2     6 20   5999320.4644 2113213.4566 37.782441305247104 -122.446025570431 (37.7824413052471, -122.446025570431)
8476 8633 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 21 Median : Cutout 11 Tree 1 DPW 2     12 20   5999163.0983 2113201.6118 37.7823997950612 -122.44656913375401 (37.7823997950612, -122.446569133754)
8762 8614 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2660 Geary Blvd 2 Median : Cutout 11 Tree 1 DPW 2     6 20   5998899.9753 2113233.2542 37.782471643857896 -122.44748169838999 (37.7824716438579, -122.44748169839)
23246 8613 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2660 Geary Blvd 1 Median : Cutout 11 Tree 1 DPW 2     17 20   5998899.2985 2113220.7326 37.7824372241255 -122.447483138223 (37.7824372241255, -122.447483138223)
78065 8632 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 20 Median : Cutout 11 Tree 1 DPW 2     12 20   5999387.1761445 2113256.6615953 37.7825637442266 -122.44579788601101 (37.7825637442266, -122.445797886011)
87836 8626 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 14 Median : Cutout 11 Tree 1 DPW 2     12 20   5999387.1761445 2113256.6615953 37.7825637442266 -122.44579788601101 (37.7825637442266, -122.445797886011)
93564 8627 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 15 Median : Cutout 11 Tree 1 DPW 2     12 20   5999387.1761445 2113256.6615953 37.7825637442266 -122.44579788601101 (37.7825637442266, -122.445797886011)
110386 8628 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 16 Median : Cutout 11 Tree 1 DPW 2     6 20   5999387.1761445 2113256.6615953 37.7825637442266 -122.44579788601101 (37.7825637442266, -122.445797886011)
111736 8635 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 23 Median : Cutout 11 Tree 1 DPW 2     12 20   5999387.1761445 2113256.6615953 37.7825637442266 -122.44579788601101 (37.7825637442266, -122.445797886011)

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "Street_Tree_List" (
"TreeID" INTEGER,
  "qLegalStatus" INTEGER,
  "qSpecies" INTEGER,
  "qAddress" TEXT,
  "SiteOrder" INTEGER,
  "qSiteInfo" INTEGER,
  "PlantType" INTEGER,
  "qCaretaker" INTEGER,
  "qCareAssistant" INTEGER,
  "PlantDate" TEXT,
  "DBH" INTEGER,
  "PlotSize" TEXT,
  "PermitNotes" TEXT,
  "XCoord" REAL,
  "YCoord" REAL,
  "Latitude" REAL,
  "Longitude" REAL,
  "Location" TEXT
,
FOREIGN KEY ("PlantType") REFERENCES [PlantType](id),
    FOREIGN KEY ("qCaretaker") REFERENCES [qCaretaker](id),
    FOREIGN KEY ("qSpecies") REFERENCES [qSpecies](id),
    FOREIGN KEY ("qSiteInfo") REFERENCES [qSiteInfo](id),
    FOREIGN KEY ("qCareAssistant") REFERENCES [qCareAssistant](id),
    FOREIGN KEY ("qLegalStatus") REFERENCES [qLegalStatus](id));
CREATE INDEX ["Street_Tree_List_PlantType"] ON [Street_Tree_List]("PlantType");
CREATE INDEX ["Street_Tree_List_qCaretaker"] ON [Street_Tree_List]("qCaretaker");
CREATE INDEX ["Street_Tree_List_qSpecies"] ON [Street_Tree_List]("qSpecies");
CREATE INDEX ["Street_Tree_List_qSiteInfo"] ON [Street_Tree_List]("qSiteInfo");
CREATE INDEX ["Street_Tree_List_qCareAssistant"] ON [Street_Tree_List]("qCareAssistant");
CREATE INDEX ["Street_Tree_List_qLegalStatus"] ON [Street_Tree_List]("qLegalStatus");
Powered by Datasette · Query took 837.795ms · Data source: data.sfgov.org