Street_Tree_List

Data source: data.sfgov.org

9 rows where PlotSize = "3X3" and qSpecies = 87

View and edit SQL

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

PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
4455 253074 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 2849X Alemany Blvd 5 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   10/13/2017 11:14:00 AM 3 3X3   5997618.33471 2088040.74004 37.7132258706419 -122.45009922742399 (37.7132258706419, -122.450099227424)
4483 253079 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 2849X Alemany Blvd 9 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   10/13/2017 11:57:00 AM 3 3X3   5997618.33471 2088040.74004 37.7132258706419 -122.45009922742399 (37.7132258706419, -122.450099227424)
4498 253084 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 2849X Alemany Blvd 11 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   10/13/2017 10:31:00 AM 3 3X3   5997618.33471 2088040.74004 37.7132258706419 -122.45009922742399 (37.7132258706419, -122.450099227424)
4508 253077 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 2849X Alemany Blvd 8 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   10/13/2017 11:16:00 AM 3 3X3   5997618.33471 2088040.74004 37.7132258706419 -122.45009922742399 (37.7132258706419, -122.450099227424)
4511 253075 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 2849X Alemany Blvd 6 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   10/13/2017 11:04:00 AM 3 3X3   5997618.33471 2088040.74004 37.7132258706419 -122.45009922742399 (37.7132258706419, -122.450099227424)
4524 253076 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 2849X Alemany Blvd 7 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   10/13/2017 11:52:00 AM 3 3X3   5997618.33471 2088040.74004 37.7132258706419 -122.45009922742399 (37.7132258706419, -122.450099227424)
4527 253078 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 2849X Alemany Blvd 10 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   10/13/2017 10:44:00 AM 3 3X3   5997618.33471 2088040.74004 37.7132258706419 -122.45009922742399 (37.7132258706419, -122.450099227424)
4529 253073 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 2849X Alemany Blvd 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   10/13/2017 11:54:00 AM 3 3X3   5997618.33471 2088040.74004 37.7132258706419 -122.45009922742399 (37.7132258706419, -122.450099227424)
139756 539 Permitted Site 1 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 2862 24th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   02/19/2016 07:55:00 AM 3 3X3   6009630.84107 2102242.33848 37.752900508699206 -122.40958144339399 (37.7529005086992, -122.409581443394)

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