Street_Tree_List

Data source: data.sfgov.org

10 rows where qLegalStatus = 6 and qSpecies = 103

View and edit SQL

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

qLegalStatus

  • Significant Tree · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3843 253568 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 301X Sargent St 1 Front Yard : Cutout 8 Tree 1 Private 1       3x3   5993018.0 2089140.0 37.7159798527116 -122.46607925705901 (37.7159798527116, -122.466079257059)
22892 251144 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 200X Clarendon Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1       3x3   5996559.0 2104265.0 37.7577130831875 -122.454932197022 (37.7577130831875, -122.454932197022)
22896 251145 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 200X Clarendon Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1       3x3   5996559.0 2104265.0 37.7577130831875 -122.454932197022 (37.7577130831875, -122.454932197022)
92339 115295 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 500X 08TH ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6010511.0 2109243.0 37.77217202356729 -122.407031076357 (37.7721720235673, -122.407031076357)
103214 106173 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 267 Green St 1 Front Yard : Yard 7 Tree 1 Private 1         Permit Number 771881 6011670.8 2119368.7 37.8000396459541 -122.403731811098 (37.8000396459541, -122.403731811098)
105251 92899 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 208 States St 3 Back Yard : Yard 13 Tree 1 Private 1   08/13/2008 12:00:00 AM       6000833.0 2106506.0 37.7641105715625 -122.440311694354 (37.7641105715625, -122.440311694354)
109893 114409 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 500X ARBALLO DR 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   5987859.0 2089716.0 37.7172624174607 -122.483953179035 (37.7172624174607, -122.483953179035)
119166 92897 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 208 States St 1 Back Yard : Yard 13 Tree 1 Private 1   08/13/2008 12:00:00 AM       6000833.0 2106506.0 37.7641105715625 -122.440311694354 (37.7641105715625, -122.440311694354)
128646 92900 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 208 States St 4 Back Yard : Yard 13 Tree 1 Private 1   08/13/2008 12:00:00 AM       6000833.0 2106506.0 37.7641105715625 -122.440311694354 (37.7641105715625, -122.440311694354)
143929 92898 Significant Tree 6 Eucalyptus globulus :: Blue Gum 103 208 States St 2 Back Yard : Yard 13 Tree 1 Private 1   08/13/2008 12:00:00 AM       6000833.0 2106506.0 37.7641105715625 -122.440311694354 (37.7641105715625, -122.440311694354)

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