Street_Tree_List

Data source: data.sfgov.org

8 rows where qSiteInfo = 4 and qSpecies = 100

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH, PlotSize

qSiteInfo

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
23714 234376 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 1750 Harrison St 2 : 4 Tree 1 Private 1     6 Width 2ft   6008587.75214 2108113.66978 37.7689633348285 -122.41360388622499 (37.7689633348285, -122.413603886225)
43396 194272 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 1022 Minna St 2 : 4 Tree 1 Private 1     9 Width 3ft   6007547.687530001 2109714.25342 37.7732997020571 -122.41731485230801 (37.7732997020571, -122.417314852308)
54411 234398 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 3980 22nd St 8 : 4 Tree 1 Private 1     32     6001905.073469999 2102956.38941 37.7544251823875 -122.436349651817 (37.7544251823875, -122.436349651817)
56280 194309 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 380 The Embarcadero 1 : 4 Tree 1 Private 1     24 Width 7ft   6015233.93882 2116624.33128 37.79270265166021 -122.39120994708 (37.7927026516602, -122.39120994708)
70062 234377 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 1750 Harrison St 3 : 4 Tree 1 Private 1     3 Width 2ft   6008587.9096 2108086.3181 37.768888242332004 -122.413601406792 (37.768888242332, -122.413601406792)
156465 187520 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 200 Lauren Ct 1 : 4 Tree 1 Private 1     24 Width 5ft   6012373.80363 2088075.5295400003 37.7141547210285 -122.399101386534 (37.7141547210285, -122.399101386534)
163388 233927 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 389 Webster St 3 : 4 Tree 1 Private 1     18 Width 3ft   6004115.83529 2109995.53754 37.7738783609231 -122.429206159632 (37.7738783609231, -122.429206159632)
168851 194325 Undocumented 2 Phoenix canariensis :: Canary Island Date Palm 100 88 King St 1 : 4 Tree 1 Private 1     31 Width 8ft   6015700.5691599995 2111985.57661 37.779991570003205 -122.38927130734601 (37.7799915700032, -122.389271307346)

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