Street_Tree_List

Data source: data.sfgov.org

4 rows where PlantDate = "06/10/1994 12:00:00 AM" and qSpecies = 71

View and edit SQL

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

PlantDate

  • 06/10/1994 12:00:00 AM · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
6954 8532 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 2100 Geary Blvd 3 Median : Cutout 11 Tree 1 DPW 2   06/10/1994 12:00:00 AM 6 6   6001535.4351 2113580.6442 37.783575742772705 -122.438389071264 (37.7835757427727, -122.438389071264)
8796 8530 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 2100X Geary Blvd 1 Median : Cutout 11 Tree 1 DPW 2   06/10/1994 12:00:00 AM 15     6001630.1932 2113615.3325 37.783676377346794 -122.438063730933 (37.7836763773468, -122.438063730933)
129015 8536 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 2100 Geary Blvd 7 Median : Cutout 11 Tree 1 DPW 2   06/10/1994 12:00:00 AM 6 6   6001688.6684406 2113658.1430724 37.7837972495813 -122.43786449651002 (37.7837972495813, -122.43786449651)
140538 8537 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 2100 Geary Blvd 8 Median : Cutout 11 Tree 1 DPW 2   06/10/1994 12:00:00 AM 3 6   6001688.6684406 2113658.1430724 37.7837972495813 -122.43786449651002 (37.7837972495813, -122.43786449651)

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