Street_Tree_List

Data source: data.sfgov.org

5 rows where SiteOrder = 9, qSiteInfo = 9 and qSpecies = 55

View and edit SQL

Suggested facets: DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
27197 207942 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 2300 09th Ave 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 3ft   5992674.85425 2100498.92504 37.7471488342516 -122.468091108325 (37.7471488342516, -122.468091108325)
51641 191459 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 110 Main St 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 3ft   6014515.877119999 2115897.3284299998 37.790666595532606 -122.393643582697 (37.7906665955326, -122.393643582697)
97569 177058 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 765 Delano Ave 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 10ft   5998964.8504 2090194.5720900001 37.7192167629302 -122.44560001362801 (37.7192167629302, -122.445600013628)
151233 208000 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 395 Joost Ave 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 10ft   5999487.481380001 2094942.52217 37.732283359186894 -122.444134470345 (37.7322833591869, -122.444134470345)
159062 122138 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 1 15th Ave 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     24     5991116.91399 2114978.91933 37.7868169072323 -122.47453486398899 (37.7868169072323, -122.474534863989)

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