Street_Tree_List

Data source: data.sfgov.org

3 rows where qSiteInfo = 13 and qSpecies = 72

View and edit SQL

qSiteInfo

  • Back Yard : Yard · 3
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
52362 237943 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 22 Ohlone Way 1 Back Yard : Yard 13 Tree 1 Private 1     6 Width 3ft   6002178.91966 2096366.0304900003 37.7363451615923 -122.43493133373501 (37.7363451615923, -122.434931333735)
131366 237944 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 26 Ohlone Way 1 Back Yard : Yard 13 Tree 1 Private 1     15 Width 2ft   6002164.0262 2096336.8178599998 37.736264104808 -122.43498073797701 (37.736264104808, -122.434980737977)
153689 135873 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1002 Vallejo St 1 Back Yard : Yard 13 Tree 1 Private 1     10     6008628.64799 2118672.57502 37.7979578472257 -122.414209576908 (37.7979578472257, -122.414209576908)

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