Street_Tree_List

Data source: data.sfgov.org

6 rows where PlotSize = "Width 1ft" and qSpecies = 48 sorted by PlotSize

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH

PlotSize

  • Width 1ft · 6
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize ▼ PermitNotes XCoord YCoord Latitude Longitude Location
30112 207019 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 234 Staples Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 1ft   5998513.62611 2093807.4558 37.7291111292533 -122.447419626323 (37.7291111292533, -122.447419626323)
48291 227577 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 18 Dehon St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 1ft   6003773.27056 2106456.0684 37.7641404406581 -122.43013859382299 (37.7641404406581, -122.430138593823)
157083 227578 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 18 Dehon St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 1ft   6003773.299980001 2106438.61168 37.7640925103737 -122.43013724663601 (37.7640925103737, -122.430137246636)
166777 207015 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 409 Edna St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 1ft   5998751.39592 2094165.7682599998 37.7301085556677 -122.44662340974101 (37.7301085556677, -122.446623409741)
170920 207016 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 409 Edna St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 1ft   5998750.98669 2094179.12135 37.7301451967391 -122.446625784855 (37.7301451967391, -122.446625784855)
172906 207014 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 651 Joost Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 1ft   5997782.54111 2094977.3620200001 37.732281609092496 -122.45003132048201 (37.7322816090925, -122.450031320482)

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