Street_Tree_List

Data source: data.sfgov.org

7 rows where qSpecies = 167

View and edit SQL

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

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2049 252858 DPW Maintained 3 Ficus microcarpa 'Retusa' :: Pot Belly Fig 167 1800X Steiner St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2       3x3   6002556.0 2114541.0 37.7862706325854 -122.434927017215 (37.7862706325854, -122.434927017215)
2058 252859 DPW Maintained 3 Ficus microcarpa 'Retusa' :: Pot Belly Fig 167 1800X Steiner St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2       3x3   6002556.0 2114541.0 37.7862706325854 -122.434927017215 (37.7862706325854, -122.434927017215)
2061 252860 DPW Maintained 3 Ficus microcarpa 'Retusa' :: Pot Belly Fig 167 1800X Steiner St 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2       3x3   6002556.0 2114541.0 37.7862706325854 -122.434927017215 (37.7862706325854, -122.434927017215)
95003 113578 Undocumented 2 Ficus microcarpa 'Retusa' :: Pot Belly Fig 167 301X PLYMOUTH AVE 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   5995855.0 2088109.0 37.71331223407329 -122.456198810604 (37.7133122340733, -122.456198810604)
95202 113575 Undocumented 2 Ficus microcarpa 'Retusa' :: Pot Belly Fig 167 315X PLYMOUTH AVE 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   5995855.0 2088109.0 37.71331223407329 -122.456198810604 (37.7133122340733, -122.456198810604)
119587 113576 Undocumented 2 Ficus microcarpa 'Retusa' :: Pot Belly Fig 167 301X PLYMOUTH AVE 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   5995855.0 2088109.0 37.71331223407329 -122.456198810604 (37.7133122340733, -122.456198810604)
124184 113577 Undocumented 2 Ficus microcarpa 'Retusa' :: Pot Belly Fig 167 301X PLYMOUTH AVE 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   5995855.0 2088109.0 37.71331223407329 -122.456198810604 (37.7133122340733, -122.456198810604)

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