Street_Tree_List

Data source: data.sfgov.org

8 rows where SiteOrder = 1, qSiteInfo = 9 and qSpecies = 94

View and edit SQL

Suggested facets: DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
44349 124423 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 207 Cherry St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 7ft   5996107.9721800005 2115471.34233 37.78845688642 -122.45730271274401 (37.78845688642, -122.457302712744)
75115 218805 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 67 Marne Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 4ft   5995289.12081 2097585.29615 37.739299364370005 -122.45884033191099 (37.73929936437, -122.458840331911)
132188 218827 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 15 Rossmoor Dr 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 3ft   5991236.4555 2094303.51433 37.730054641287204 -122.472613299773 (37.7300546412872, -122.472613299773)
143728 218821 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 278 Monticello St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 4ft   5991714.63996 2090365.5771400002 37.719269707816 -122.47067345584101 (37.719269707816, -122.470673455841)
159184 218819 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 205 Beverly St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 5ft   5991410.90841 2090573.24495 37.71982234389839 -122.47173845727801 (37.7198223438984, -122.471738457278)
169537 218843 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 661 Rockdale Dr 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 3ft   5997657.5738 2098142.0216099997 37.740963852094204 -122.450691444481 (37.7409638520942, -122.450691444481)
171301 218823 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 122 Vernon St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 10ft   5992474.68721 2088695.0453700002 37.7147267546141 -122.467924839857 (37.7147267546141, -122.467924839857)
185595 199430 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 695 Arkansas St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     23 Width 10ft   6013045.24345 2103834.71473 37.7574635617095 -122.397885411392 (37.7574635617095, -122.397885411392)

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