Street_Tree_List

Data source: data.sfgov.org

8 rows where Latitude = "37.783502617914294" and qCaretaker = 7

View and edit SQL

Suggested facets: DBH

Latitude

  • 37.783502617914294 · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
78914 8553 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2121 Geary Blvd 8 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     24 3X3   6001601.9223045 2113552.6348977 37.783502617914294 -122.438157044438 (37.7835026179143, -122.438157044438)
87869 8551 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2121 Geary Blvd 6 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     24 3X3   6001601.9223045 2113552.6348977 37.783502617914294 -122.438157044438 (37.7835026179143, -122.438157044438)
104346 8547 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2121 Geary Blvd 2 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     24 3X3   6001601.9223045 2113552.6348977 37.783502617914294 -122.438157044438 (37.7835026179143, -122.438157044438)
104978 8552 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2121 Geary Blvd 7 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     30 3X3   6001601.9223045 2113552.6348977 37.783502617914294 -122.438157044438 (37.7835026179143, -122.438157044438)
116216 8546 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2121 Geary Blvd 1 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     30 3X3   6001601.9223045 2113552.6348977 37.783502617914294 -122.438157044438 (37.7835026179143, -122.438157044438)
122525 8549 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2121 Geary Blvd 4 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     30 3X3   6001601.9223045 2113552.6348977 37.783502617914294 -122.438157044438 (37.7835026179143, -122.438157044438)
127068 8550 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2121 Geary Blvd 5 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     30 3X3   6001601.9223045 2113552.6348977 37.783502617914294 -122.438157044438 (37.7835026179143, -122.438157044438)
144167 8548 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2121 Geary Blvd 3 Sidewalk: Curb side : Cutout 1 Tree 1 Mayor Office of Housing 7     30 3X3   6001601.9223045 2113552.6348977 37.783502617914294 -122.438157044438 (37.7835026179143, -122.438157044438)

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