Street_Tree_List

Data source: data.sfgov.org

8 rows where qSiteInfo = 17 and qSpecies = 72

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH

qSiteInfo

  • Side Yard : Yard · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25440 237908 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3911 21st St 4 Side Yard : Yard 17 Tree 1 Private 1     18     6002345.78312 2103531.79558 37.7560301412935 -122.43486671293002 (37.7560301412935, -122.43486671293)
28120 178856 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 121 Delta St 1 Side Yard : Yard 17 Tree 1 Private 1     18     6009824.00265 2088991.8165400003 37.71652823335621 -122.407979098955 (37.7165282333562, -122.407979098955)
46954 237909 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3911 21st St 5 Side Yard : Yard 17 Tree 1 Private 1     17     6002350.80679 2103530.36749 37.7560265053261 -122.43484923730499 (37.7560265053261, -122.434849237305)
56881 237937 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 272 Corbett Ave 6 Side Yard : Yard 17 Tree 1 Private 1     4 Width 3ft   5999630.47363 2105335.88644 37.7608291899486 -122.44438677244301 (37.7608291899486, -122.444386772443)
66579 237936 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 272 Corbett Ave 5 Side Yard : Yard 17 Tree 1 Private 1     4 Width 3ft   5999637.58135 2105322.06296 37.7607916396321 -122.444361196632 (37.7607916396321, -122.444361196632)
162501 237907 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3911 21st St 3 Side Yard : Yard 17 Tree 1 Private 1     12     6002340.71018 2103530.84091 37.75602723197329 -122.43488418855301 (37.7560272319733, -122.434884188553)
166087 237935 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 272 Corbett Ave 4 Side Yard : Yard 17 Tree 1 Private 1     6 Width 3ft   5999636.03267 2105332.26436 37.7608195617885 -122.444367285948 (37.7608195617885, -122.444367285948)
174607 237938 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 272 Corbett Ave 7 Side Yard : Yard 17 Tree 1 Private 1     4 Width 3ft   5999643.14509 2105335.6231299997 37.7608291899369 -122.44434292871 (37.7608291899369, -122.44434292871)

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 456.331ms · Data source: data.sfgov.org