Street_Tree_List

Data source: data.sfgov.org

9 rows where qSiteInfo = 5 and qSpecies = 94

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qCaretaker, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Sidewalk: Property side : Cutout · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
855 251398 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 299 Townsend St 3 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   6013957.0 2110872.0 37.776837125863 -122.39522511301901 (37.776837125863, -122.395225113019)
859 251396 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 299 Townsend St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   6013957.0 2110872.0 37.776837125863 -122.39522511301901 (37.776837125863, -122.395225113019)
1705 251397 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 311 Townsend St 5 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   6013957.0 2110872.0 37.776837125863 -122.39522511301901 (37.776837125863, -122.395225113019)
51250 99287 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 2839 Pacific Ave 4 Sidewalk: Property side : Cutout 5 Tree 1 Private 1           6000564.2 2116779.0 37.7923023065947 -122.44197880493999 (37.7923023065947, -122.44197880494)
92501 97725 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 1000X Bay St 4 Sidewalk: Property side : Cutout 5 Tree 1 SFUSD 4 DPW for City Agency 2     7x82   6005985.5 2121074.1 37.8044030021841 -122.42352646028 (37.8044030021841, -122.42352646028)
92726 97722 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 1000X Bay St 1 Sidewalk: Property side : Cutout 5 Tree 1 SFUSD 4 DPW for City Agency 2   14 7x57   6005985.5 2121074.1 37.8044030021841 -122.42352646028 (37.8044030021841, -122.42352646028)
117800 97724 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 1000X Bay St 3 Sidewalk: Property side : Cutout 5 Tree 1 SFUSD 4 DPW for City Agency 2   14 7x82   6005985.5 2121074.1 37.8044030021841 -122.42352646028 (37.8044030021841, -122.42352646028)
124761 99286 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 2839 Pacific Ave 3 Sidewalk: Property side : Cutout 5 Tree 1 Private 1           6000564.2 2116779.0 37.7923023065947 -122.44197880493999 (37.7923023065947, -122.44197880494)
128722 97723 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 1000X Bay St 2 Sidewalk: Property side : Cutout 5 Tree 1 SFUSD 4 DPW for City Agency 2   14 7x57   6005985.5 2121074.1 37.8044030021841 -122.42352646028 (37.8044030021841, -122.42352646028)

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