Street_Tree_List

Data source: data.sfgov.org

11 rows where SiteOrder = 13 and qSpecies = 55

View and edit SQL

Suggested facets: qLegalStatus, 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
3625 129585 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 2100 Webster St 13 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   09/14/2017 12:00:00 AM 3 Width 4ft   6003281.99401 2116331.1346 37.7912270809146 -122.432543180443 (37.7912270809146, -122.432543180443)
3827 177106 Significant Tree 6 Ligustrum lucidum :: Glossy Privet 55 401 Ocean Ave 13 Sidewalk: Property side : Yard 9 Tree 1 MTA 6     7 Width 5ft   5998933.177730001 2091518.16383 37.7228492325857 -122.44580463279199 (37.7228492325857, -122.445804632792)
29328 207874 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 1541 12th Ave 13 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 4ft   5992430.658340001 2104713.67602 37.758707342094496 -122.46924222885 (37.7587073420945, -122.46924222885)
44811 177047 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 2134 San Jose Ave 13 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 3ft   5998747.58389 2090903.38197 37.721150585016 -122.446401983167 (37.721150585016, -122.446401983167)
55062 207989 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 843 Detroit St 13 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 5ft   5999418.49849 2095586.86925 37.7340486492241 -122.444419249659 (37.7340486492241, -122.444419249659)
85949 109996 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 501X Shotwell St 13 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10 DPW 4     3x3   6007873.2 2105005.6 37.7603891478182 -122.415855367022 (37.7603891478182, -122.415855367022)
88675 77637 DPW Maintained 3 Ligustrum lucidum :: Glossy Privet 55 2X Yale St 13 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 10/26/1984 12:00:00 AM 14 4x4   6006665.25419982 2093600.88939651 37.7290063985797 -122.41922408324301 (37.7290063985797, -122.419224083243)
112873 122416 Significant Tree 6 Ligustrum lucidum :: Glossy Privet 55 499x Ocean Ave 13 Sidewalk: Curb side : Cutout 1 Tree 1 MTA 6       3x3   5998874.0 2091543.0 37.722914047867604 -122.446010982458 (37.7229140478676, -122.446010982458)
130506 227224 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 555 Shotwell St 13 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 3ft   6007875.676419999 2104900.76598 37.76010143696 -122.415839378705 (37.76010143696, -122.415839378705)
137196 250120 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 200 Austin St 13 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   6005918.65484 2115399.35562 37.7888178151318 -122.423354129013 (37.7888178151318, -122.423354129013)
166818 177134 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 100 Yale St 13 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 4ft   6006986.52486 2093261.74193 37.7280932612704 -122.41808938983601 (37.7280932612704, -122.418089389836)

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