Street_Tree_List

Data source: data.sfgov.org

8 rows where PlotSize = "Width 5ft", qSiteInfo = 11 and qSpecies = 100

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
30035 194392 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 860x Jamestown Ave 5 Median : Cutout 11 Tree 1 DPW 2     17 Width 5ft   6014755.052209999 2089115.5775900001 37.7171429037943 -122.39094345187799 (37.7171429037943, -122.390943451878)
32439 194391 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 828x Jamestown Ave 4 Median : Cutout 11 Tree 1 DPW 2     19 Width 5ft   6014866.8225 2088973.5540099998 37.7167591360948 -122.39054719349899 (37.7167591360948, -122.390547193499)
41784 194394 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 920x Jamestown Ave 4 Median : Cutout 11 Tree 1 DPW 2     19 Width 5ft   6014490.42947 2089308.0420799998 37.717656686497506 -122.39187158462799 (37.7176566864975, -122.391871584628)
58367 132070 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1000x The Embarcadero 1 Median : Cutout 11 Tree 1 DPW 2     23 Width 5ft   6013297.802519999 2119184.84583 37.7996255806051 -122.39808881644501 (37.7996255806051, -122.398088816445)
151072 194308 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 200x The Embarcadero 2 Median : Cutout 11 Tree 1 DPW 2     26 Width 5ft   6015341.48875 2116462.31194 37.792263751921 -122.39082648876999 (37.792263751921, -122.39082648877)
151174 194393 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 860x Jamestown Ave 9 Median : Cutout 11 Tree 1 DPW 2     18 Width 5ft   6014647.11529 2089218.63866 37.7174198994758 -122.391323741894 (37.7174198994758, -122.391323741894)
170719 194307 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 200x The Embarcadero 1 Median : Cutout 11 Tree 1 DPW 2     25 Width 5ft   6015377.01126 2116388.0666 37.792061862225204 -122.39069838843399 (37.7920618622252, -122.390698388434)
183995 194395 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 920x Jamestown Ave 9 Median : Cutout 11 Tree 1 DPW 2     20 Width 5ft   6014427.53162 2089348.9061599998 37.7177653992236 -122.392091851971 (37.7177653992236, -122.392091851971)

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