Street_Tree_List

Data source: data.sfgov.org

5 rows where qSpecies = 363

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
28485 187790 Undocumented 2 Acca sellowiana :: Pineapple Guava Tree 363 2000 18th St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10     6011746.478069999 2105624.8027 37.7623063299939 -122.402502959744 (37.7623063299939, -122.402502959744)
55476 203293 Undocumented 2 Acca sellowiana :: Pineapple Guava Tree 363 1935 16th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 2ft   5991243.2225 2102238.1310799997 37.751841458919294 -122.47316834603998 (37.7518414589193, -122.47316834604)
69141 203294 Undocumented 2 Acca sellowiana :: Pineapple Guava Tree 363 1935 16th Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 5ft   5991243.37917 2102227.53075 37.7518123622537 -122.47316703125901 (37.7518123622537, -122.473167031259)
73557 203295 Undocumented 2 Acca sellowiana :: Pineapple Guava Tree 363 544 Dewey Blvd 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 6ft   5994267.853730001 2099609.73852 37.7447992214041 -122.462518197581 (37.7447992214041, -122.462518197581)
130832 221572 Undocumented 2 Acca sellowiana :: Pineapple Guava Tree 363 1000 San Jose Ave 78 Front Yard : Yard 7 Tree 1 Private 1     2     6005057.8171 2097028.65705 37.7383276244099 -122.425024907477 (37.7383276244099, -122.425024907477)

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