Street_Tree_List

Data source: data.sfgov.org

10 rows where DBH = 7 and qSpecies = 67

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
31700 228349 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 583 Elizabeth St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6002614.94604 2102076.64 37.7520499091975 -122.43383185498001 (37.7520499091975, -122.43383185498)
31970 190624 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 111 Vermont St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6011128.24066 2108066.19766 37.7689753146746 -122.40481311213999 (37.7689753146746, -122.40481311214)
63694 228351 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 4064 25th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6003447.69274 2101289.13778 37.7499348332265 -122.430895898552 (37.7499348332265, -122.430895898552)
65309 219144 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1349 Ulloa St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   5991814.61663 2098388.03003 37.7413031402225 -122.47091196770799 (37.7413031402225, -122.470911967708)
136692 228350 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 557 Elizabeth St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6002761.21744 2102085.63158 37.752082897209505 -122.433326669795 (37.7520828972095, -122.433326669795)
153345 31802 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 55 Divisadero St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 06/19/1995 12:00:00 AM 7   Permit Number 35272 6001924.59605 2107955.77099 37.768153377501505 -122.43663996825701 (37.7681533775015, -122.436639968257)
161353 190620 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 111 Vermont St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6011131.868919999 2107990.98095 37.7687689895213 -122.404795265999 (37.7687689895213, -122.404795265999)
166828 219145 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 75 Manor Dr 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 2ft   5993588.93723 2093444.60734 37.727832184499604 -122.464418204256 (37.7278321844996, -122.464418204256)
167861 199663 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1375 Donner Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   6015172.7356 2090807.3573 37.72181136705721 -122.389617796925 (37.7218113670572, -122.389617796925)
180298 228348 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 583 Elizabeth St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6002602.26695 2102075.05902 37.7520448487029 -122.433875588106 (37.7520448487029, -122.433875588106)

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