Street_Tree_List

Data source: data.sfgov.org

6 rows where qSiteInfo = 5 and qSpecies = 32

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, DBH, PermitNotes

qSiteInfo

  • Sidewalk: Property side : Cutout · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
41720 104275 Permitted Site 1 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 32 3675 Washington St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     3   Permit Number 770437 5997228.00193 2115684.51457 37.7891064651375 -122.453443003895 (37.7891064651375, -122.453443003895)
43752 113487 Undocumented 2 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 32 30 Presidio Ave 3 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     12 3x3   5998961.136030001 2116463.09499 37.7913434343072 -122.447502669726 (37.7913434343072, -122.447502669726)
52774 104276 Permitted Site 1 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 32 3675 Washington St 2 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     3   Permit Number 770437 5997214.23174 2115682.60462 37.7891004315912 -122.45349050879 (37.7891004315912, -122.45349050879)
72045 113485 Undocumented 2 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 32 30 Presidio Ave 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     9 3x3   5998964.0597 2116441.15551 37.7912833613784 -122.447490974036 (37.7912833613784, -122.447490974036)
87812 58074 Permitted Site 1 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 32 4600 18th St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   10/28/1977 12:00:00 AM 17 3x3 Permit Number 771745 6000620.25163536 2105231.11273523 37.7605979299832 -122.440956061888 (37.7605979299832, -122.440956061888)
161933 116644 Undocumented 2 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 32 20 Hawthorne St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     19 3x3   6012905.262159999 2114080.06239 37.7855871796405 -122.39908864853099 (37.7855871796405, -122.399088648531)

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