Street_Tree_List

Data source: data.sfgov.org

7 rows where qCaretaker = 14 and qSpecies = 37

View and edit SQL

Suggested facets: qAddress, SiteOrder, PlantDate, DBH, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

qCaretaker

  • Public Library · 7
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2084 200756 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 1698 Revere Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14   07/23/2010 12:00:00 AM 2 Width 0ft Permit Number 53643 6014807.3749 2094642.3361 37.732321185493 -122.39114868869899 (37.732321185493, -122.391148688699)
18165 18592 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 345 Randolph St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14   11/27/2007 12:00:00 AM 3 3X3   5993019.1084 2088489.2823 37.7141932021811 -122.46602816864201 (37.7141932021811, -122.466028168642)
20996 25469 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 345 Randolph St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14   03/15/2003 12:00:00 AM 3 3X3   5993035.9294 2088489.917 37.7141959153246 -122.465970075328 (37.7141959153246, -122.465970075328)
83830 15728 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 4400 Mission St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14   04/20/1995 12:00:00 AM 4 3X3   6002668.688838599 2093023.5286977 37.7271952084184 -122.43299926731399 (37.7271952084184, -122.432999267314)
85067 15729 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 4400 Mission St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14   04/20/1995 12:00:00 AM 6 3X3   6002668.688838599 2093023.5286977 37.7271952084184 -122.43299926731399 (37.7271952084184, -122.432999267314)
116277 102879 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 1680X Revere Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14 Private 3 07/23/2010 12:00:00 AM 2 4x4 Permit Number 53643 6014844.7 2094689.6 37.732453033840706 -122.39102294843501 (37.7324530338407, -122.391022948435)
122186 15730 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 4400 Mission St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14   04/20/1995 12:00:00 AM 7 3X3   6002668.688838599 2093023.5286977 37.7271952084184 -122.43299926731399 (37.7271952084184, -122.432999267314)

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