Street_Tree_List

Data source: data.sfgov.org

7 rows where qLegalStatus = 3, qSiteInfo = 5 and qSpecies = 46

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
10957 17580 DPW Maintained 3 Ulmus parvifolia :: Chinese Elm 46 801X Persia Ave 4 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     18 3x3   6003780.63082 2090335.5596900003 37.719877649504205 -122.428963734788 (37.7198776495042, -122.428963734788)
11152 17582 DPW Maintained 3 Ulmus parvifolia :: Chinese Elm 46 801X Persia Ave 6 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     18 3x3   6003762.13068 2090345.22062 37.7199031291015 -122.42902837176202 (37.7199031291015, -122.429028371762)
11319 17589 DPW Maintained 3 Ulmus parvifolia :: Chinese Elm 46 801X Persia Ave 13 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     18 3x3   6003683.23846 2090394.91559 37.720035114503006 -122.42930461652 (37.720035114503, -122.42930461652)
11996 17591 DPW Maintained 3 Ulmus parvifolia :: Chinese Elm 46 801X Persia Ave 15 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     30 3x3   6003659.63671 2090407.2266799998 37.7200675818369 -122.42938707716299 (37.7200675818369, -122.429387077163)
12305 17584 DPW Maintained 3 Ulmus parvifolia :: Chinese Elm 46 801X Persia Ave 8 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     18 3x3   6003740.32149 2090358.06458 37.7199371612464 -122.42910467385201 (37.7199371612464, -122.429104673852)
12769 17578 DPW Maintained 3 Ulmus parvifolia :: Chinese Elm 46 801X Persia Ave 2 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     18 3x3   6003799.63122 2090323.6743700001 37.7198460905006 -122.428897210135 (37.7198460905006, -122.428897210135)
12852 17587 DPW Maintained 3 Ulmus parvifolia :: Chinese Elm 46 801X Persia Ave 11 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     35 3X3   6003703.481380001 2090378.19842 37.7199903588363 -122.42923345225901 (37.7199903588363, -122.429233452259)

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