Street_Tree_List

Data source: data.sfgov.org

9 rows where SiteOrder = 8 and qSpecies = 99

View and edit SQL

Suggested facets: qLegalStatus, qAddress, qSiteInfo, qCaretaker, DBH, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
45461 189994 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 1150x Tennessee St 8 Median : Cutout 11 Tree 1 DPW 2     8 Width 6ft   6015560.24014 2103579.83014 37.756903445945795 -122.389169674966 (37.7569034459458, -122.389169674966)
68768 190029 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1500 03rd St 8 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     16 Width 5ft   6015559.81581 2108067.16285 37.7692246696975 -122.38948451411999 (37.7692246696975, -122.38948451412)
89297 201672 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 401 08th St 8 Front Yard : Yard 7 Tree 1 Private 1     5     6010270.770690001 2109756.0907799997 37.773567405955 -122.407898241816 (37.773567405955, -122.407898241816)
90022 73786 Permitted Site 1 Chamaerops humilis :: Mediterranean Fan Palm 99 240 Shotwell St 8 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 12/21/1996 12:00:00 AM 6 3x3   6007780.97837226 2105869.55428135 37.7627561815899 -122.41623551068999 (37.7627561815899, -122.41623551069)
149755 206029 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 501x Monterey Blvd 8 Median : Cutout 11 Tree 1 DPW 2     7 Width 4ft   5998304.86283 2094699.93665 37.731549739012706 -122.448205573546 (37.7315497390127, -122.448205573546)
153266 190024 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1400 03rd St 8 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 5ft   6015540.58409 2108410.35977 37.7701659469215 -122.389575008383 (37.7701659469215, -122.389575008383)
178979 206041 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 621 Holloway Ave 8 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 3ft   5994962.333219999 2091204.5266599997 37.7217605340024 -122.459508208932 (37.7217605340024, -122.459508208932)
182780 190018 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1530 03rd St 8 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 5ft   6015579.842180001 2107724.78714 37.7682856911689 -122.38939133086399 (37.7682856911689, -122.389391330864)
183184 225180 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 240 Shotwell St 8 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6007753.3624 2106482.72591 37.7644382556423 -122.416374458236 (37.7644382556423, -122.416374458236)

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