Street_Tree_List

Data source: data.sfgov.org

4 rows where PlantDate = "06/23/1997 12:00:00 AM" and qSpecies = 100

View and edit SQL

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

PlantDate

  • 06/23/1997 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
19160 25028 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 700X Dolores St 3 Median : Cutout 11 Tree 1 DPW 2   06/23/1997 12:00:00 AM 70 20   6005001.93677 2104182.12883 37.75796625306 -122.425727128704 (37.75796625306, -122.425727128704)
101220 26535 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 198 Dolores St 15 Median : Cutout 11 Tree 1 DPW 2   06/23/1997 12:00:00 AM 70 20   6004804.6555297 2107199.7616194002 37.766240805753604 -122.426624291348 (37.7662408057536, -122.426624291348)
121919 26536 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 794X Dolores St 3 Median : Cutout 11 Tree 1 DPW 2   06/23/1997 12:00:00 AM 50 20   6004985.41588 2103704.6857762 37.7566543729812 -122.425750282521 (37.7566543729812, -122.425750282521)
140592 26537 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 794X Dolores St 4 Median : Cutout 11 Tree 1 DPW 2   06/23/1997 12:00:00 AM   20   6004985.41588 2103704.6857762 37.7566543729812 -122.425750282521 (37.7566543729812, -122.425750282521)

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