Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 3 and qSpecies = 140

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
9841 6835 DPW Maintained 3 Acacia longifolia :: Golden Wattle 140 1485 FAIRFAX AVE 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   01/03/2017 08:13:00 AM 3 3X3   6016296.0 2097688.0 37.7407664622153 -122.38621437638201 (37.7407664622153, -122.386214376382)
10024 173625 Undocumented 2 Acacia longifolia :: Golden Wattle 140 1200X Junipero Serra Blvd 47 Sidewalk: Property side : Yard 9 Tree 1 Private 1   01/20/2017 12:00:00 AM 3     5991123.0 2089585.0 37.7170922039834 -122.47266163030399 (37.7170922039834, -122.472661630304)
12402 19975 DPW Maintained 3 Acacia longifolia :: Golden Wattle 140 100 STAIRWAY45 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     3 30ST            
111114 21436 DPW Maintained 3 Acacia longifolia :: Golden Wattle 140 2692X Sunset Blvd 33 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     3 60   5985040.0664617 2096882.0619327 37.7367740271268 -122.494224659054 (37.7367740271268, -122.494224659054)
114506 21403 DPW Maintained 3 Acacia longifolia :: Golden Wattle 140 2692X Sunset Blvd 5 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     3 60   5985040.0664617 2096882.0619327 37.7367740271268 -122.494224659054 (37.7367740271268, -122.494224659054)
124593 21441 DPW Maintained 3 Acacia longifolia :: Golden Wattle 140 2692X Sunset Blvd 36 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     3 60   5985040.0664617 2096882.0619327 37.7367740271268 -122.494224659054 (37.7367740271268, -122.494224659054)
127671 71106 DPW Maintained 3 Acacia longifolia :: Golden Wattle 140 4235 19th St 5 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 06/23/2015 07:32:00 AM 3 4x4   6001944.69626247 2104668.40530987 37.7591282168027 -122.436335144342 (37.7591282168027, -122.436335144342)
141252 21440 DPW Maintained 3 Acacia longifolia :: Golden Wattle 140 2692X Sunset Blvd 35 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     3 60   5985040.0664617 2096882.0619327 37.7367740271268 -122.494224659054 (37.7367740271268, -122.494224659054)

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