Street_Tree_List

Data source: data.sfgov.org

9 rows where qCareAssistant = 2 and qSpecies = 94

View and edit SQL

Suggested facets: qAddress, qSiteInfo, DBH, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

qCareAssistant

  • DPW for City Agency · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2216 122752 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 693 Vermont St 6 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2   18     6011278.80569 2105286.3398 37.7613508668666 -122.404096651066 (37.7613508668666, -122.404096651066)
2223 43305 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 693 Vermont St 10 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 07/12/2000 12:00:00 AM 6   Permit Number 43072 6011285.67007 2105193.27319 37.7610957103087 -122.4040663601 (37.7610957103087, -122.4040663601)
2231 122750 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 693 Vermont St 8 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2   9     6011285.1392 2105241.4016400003 37.761227830607204 -122.40407158333299 (37.7612278306072, -122.404071583333)
2233 122749 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 693 Vermont St 9 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2   5     6011285.506709999 2105214.92948 37.761155164510605 -122.404068449214 (37.7611551645106, -122.404068449214)
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)
95832 98577 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 301X Francisco St 15 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2     6x7   6009861.3 2121227.6 37.805042475469605 -122.410124709263 (37.8050424754696, -122.410124709263)
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)
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 499.939ms · Data source: data.sfgov.org