Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 17, qSiteInfo = 9 and qSpecies = 75

View and edit SQL

Suggested facets: qAddress, SiteOrder, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
28270 217447 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 395 Faxon Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     17 Width 2ft   5994720.00419 2091109.04775 37.721484434931796 -122.460338956771 (37.7214844349318, -122.460338956771)
31642 217485 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 616 Joost Ave 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     17 Width 10ft   5998040.52965 2095018.98025 37.7324106420337 -122.449142396404 (37.7324106420337, -122.449142396404)
43297 181269 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 37 Alpha St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     17 Width 4ft   6011324.26316 2088509.61111 37.7152880772715 -122.402759532751 (37.7152880772715, -122.402759532751)
67886 181273 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 328 Palmetto Ave 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     17 Width 6ft   5993253.89248 2087254.87445 37.710817354905295 -122.465127066954 (37.7108173549053, -122.465127066954)
138237 217446 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 395 Faxon Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     17 Width 2ft   5994720.49228 2091159.88936 37.7216240618899 -122.46034095147101 (37.7216240618899, -122.460340951471)
150487 217444 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 701 Holloway Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     17 Width 2ft   5994706.40918 2091208.56862 37.721756913341295 -122.46039315802601 (37.7217569133413, -122.460393158026)
171385 244815 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 451 Florida St 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     17 Width 9ft   6009251.4171400005 2106274.41145 37.7639503995181 -122.411178363391 (37.7639503995181, -122.411178363391)

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