Street_Tree_List

Data source: data.sfgov.org

4 rows where qSiteInfo = 7 and qSpecies = 25

View and edit SQL

Suggested facets: XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Front Yard : Yard · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
80137 101978 Significant Tree 6 Schinus terebinthifolius :: Brazilian Pepper 25 25X Tiffany Ave 1 Front Yard : Yard 7 Tree 1 Private 1     12     6006502.0 2099737.0 37.7458455996049 -122.420223786963 (37.7458455996049, -122.420223786963)
116788 101979 Significant Tree 6 Schinus terebinthifolius :: Brazilian Pepper 25 25X Tiffany Ave 2 Front Yard : Yard 7 Tree 1 Private 1           6006415.7 2099833.4 37.7461054290546 -122.42052904239901 (37.7461054290546, -122.420529042399)
117685 101980 Significant Tree 6 Schinus terebinthifolius :: Brazilian Pepper 25 25X Tiffany Ave 3 Front Yard : Yard 7 Tree 1 Private 1           6006415.7 2099833.4 37.7461054290546 -122.42052904239901 (37.7461054290546, -122.420529042399)
129467 101981 Significant Tree 6 Schinus terebinthifolius :: Brazilian Pepper 25 25X Tiffany Ave 4 Front Yard : Yard 7 Tree 1 Private 1           6006415.7 2099833.4 37.7461054290546 -122.42052904239901 (37.7461054290546, -122.420529042399)

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