Street_Tree_List

Data source: data.sfgov.org

14 rows where qSiteInfo = 14 and qSpecies = 47

View and edit SQL

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

qSiteInfo

  • Unaccepted Street : Yard · 14
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
549 251321 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 100X Monument Way 1 Unaccepted Street : Yard 14 Tree 1 Private 1                    
3496 253449 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 330 Twin Peaks Blvd 1 Unaccepted Street : Yard 14 Tree 1 Private 1       10x10   5998688.0 2103995.0 37.7570936308358 -122.44754983450599 (37.7570936308358, -122.447549834506)
4884 253710 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1 Monument Way 4 Unaccepted Street : Yard 14 Tree 1 Private 1       10x10   5999088.0 2105836.0 37.7621714109075 -122.446298918118 (37.7621714109075, -122.446298918118)
4891 253709 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1 Monument Way 3 Unaccepted Street : Yard 14 Tree 1 Private 1       10x10   5999088.0 2105836.0 37.7621714109075 -122.446298918118 (37.7621714109075, -122.446298918118)
4893 253707 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1 Monument Way 1 Unaccepted Street : Yard 14 Tree 1 Private 1       10x10   5999088.0 2105836.0 37.7621714109075 -122.446298918118 (37.7621714109075, -122.446298918118)
4898 253711 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1 Monument Way 5 Unaccepted Street : Yard 14 Tree 1 Private 1       10x10   5999088.0 2105836.0 37.7621714109075 -122.446298918118 (37.7621714109075, -122.446298918118)
4906 253708 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1 Monument Way 2 Unaccepted Street : Yard 14 Tree 1 Private 1       10x10   5999088.0 2105836.0 37.7621714109075 -122.446298918118 (37.7621714109075, -122.446298918118)
72511 98376 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 199X Cragmont Ave 1 Unaccepted Street : Yard 14 Tree 1 Private 1           5992899.0 2101153.0 37.7489576989052 -122.467363590244 (37.7489576989052, -122.467363590244)
111080 98377 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 199X Cragmont Ave 2 Unaccepted Street : Yard 14 Tree 1 Private 1           5992899.0 2101153.0 37.7489576989052 -122.467363590244 (37.7489576989052, -122.467363590244)
111257 98379 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 199X Cragmont Ave 4 Unaccepted Street : Yard 14 Tree 1 Private 1           5992899.0 2101153.0 37.7489576989052 -122.467363590244 (37.7489576989052, -122.467363590244)
113837 116669 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 100 Esmeralda Ave 6 Unaccepted Street : Yard 14 Tree 1 DPW 2     20     6006917.389830001 2098966.37493 37.7437530336215 -122.41873278303999 (37.7437530336215, -122.41873278304)
121692 98378 Permitted Site 1 Cupressus macrocarpa :: Monterey Cypress 47 199X Cragmont Ave 3 Unaccepted Street : Yard 14 Tree 1 Private 1         Permit Number 768647 5992899.0 2101153.0 37.7489576989052 -122.467363590244 (37.7489576989052, -122.467363590244)
127372 112739 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 444 Franconia St 3 Unaccepted Street : Yard 14 Tree 1 Private 1     30     6009949.70212209 2098546.33795552 37.7427699663381 -122.40821810325701 (37.7427699663381, -122.408218103257)
143207 98706 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 353 UPPER TER   Unaccepted Street : Yard 14 Tree 1 Private 1           5999086.1 2105914.9 37.7623879420949 -122.446311165521 (37.7623879420949, -122.446311165521)

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