Street_Tree_List

Data source: data.sfgov.org

4 rows where SiteOrder = 4, qSiteInfo = 2 and qSpecies = 100

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
39528 194389 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 1031 Key Ave 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     36     6013123.75243 2089902.89375 37.7192140640518 -122.396637279208 (37.7192140640518, -122.396637279208)
149367 234380 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 1001 San Jose Ave 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     9 Width 3ft   6005142.82168 2096774.43039 37.7376343766353 -122.424712922782 (37.7376343766353, -122.424712922782)
151219 210920 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 380 Kingston St 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     37 Width 4ft   5994018.2668699995 2099229.1721099997 37.7437399054734 -122.463353603909 (37.7437399054734, -122.463353603909)
176009 234379 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 246 Bemis St 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     39     6003018.34772 2096316.7253 37.736257406663704 -122.432025563025 (37.7362574066637, -122.432025563025)

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