Street_Tree_List

Data source: data.sfgov.org

5 rows where qSpecies = 339

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
24220 188507 Undocumented 2 Abutilon hybridum :: Flowering maple 339 1525 18th St 3 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     1 Width 2ft   6013039.99307 2105636.60333 37.7624108600086 -122.398029973803 (37.7624108600086, -122.398029973803)
39865 188505 Undocumented 2 Abutilon hybridum :: Flowering maple 339 654 Minnesota St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 10ft   6015143.19571 2105461.41025 37.762046732603295 -122.39074346965 (37.7620467326033, -122.39074346965)
41055 174957 Undocumented 2 Abutilon hybridum :: Flowering maple 339 249 Felton St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 3ft   6010100.47413 2093619.7574 37.729251071857206 -122.407349541153 (37.7292510718572, -122.407349541153)
58839 188504 Undocumented 2 Abutilon hybridum :: Flowering maple 339 1301 Minnesota St 45 Front Yard : Yard 7 Tree 1 Private 1     2     6015368.82895 2102447.671 37.7537841645335 -122.389752576814 (37.7537841645335, -122.389752576814)
63035 188506 Undocumented 2 Abutilon hybridum :: Flowering maple 339 1525 18th St 2 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     2 Width 2ft   6013026.583219999 2105635.98577 37.762408417445 -122.39807631049999 (37.762408417445, -122.3980763105)

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