Street_Tree_List

Data source: data.sfgov.org

8 rows where qSpecies = 344

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
25116 132137 Undocumented 2 Phoenix roebelenii :: Pigmy Date Palm 344 576 Sacramento St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     5 Width 3ft   6011959.93168 2117122.22989 37.7938875264289 -122.40257323908999 (37.7938875264289, -122.40257323909)
58769 210934 Undocumented 2 Phoenix roebelenii :: Pigmy Date Palm 344 26 Hugo St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 2ft   5995643.74544 2107077.59735 37.765383207494104 -122.45830107503099 (37.7653832074941, -122.458301075031)
70734 234418 Undocumented 2 Phoenix roebelenii :: Pigmy Date Palm 344 145 Albion St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 5ft   6005920.16147 2106396.51858 37.7640982921192 -122.42270887711099 (37.7640982921192, -122.422708877111)
75009 132136 Undocumented 2 Phoenix roebelenii :: Pigmy Date Palm 344 736 Washington St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     7 Width 3ft   6011046.66538 2117647.10059 37.7952776660811 -122.40577023270399 (37.7952776660811, -122.405770232704)
114226 110115 Undocumented 2 Phoenix roebelenii :: Pigmy Date Palm 344 185x SANSOME ST 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1       9x90   6012318.0 2116367.0 37.7918338284962 -122.40128118389099 (37.7918338284962, -122.401281183891)
148217 132138 Undocumented 2 Phoenix roebelenii :: Pigmy Date Palm 344 576 Sacramento St 2 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     5 Width 3ft   6011951.559169999 2117121.9101400003 37.7938861810419 -122.40260218645001 (37.7938861810419, -122.40260218645)
151834 194402 Undocumented 2 Phoenix roebelenii :: Pigmy Date Palm 344 1310 Indiana St 12 : Yard 23 Tree 1 Private 1     7     6014991.28899 2102382.99945 37.7535856472653 -122.39105368718799 (37.7535856472653, -122.391053687188)
184294 194403 Undocumented 2 Phoenix roebelenii :: Pigmy Date Palm 344 595 Rhode Island St 1 : 4 Tree 1 Private 1     6 Width 4ft   6011829.9251 2105652.6693 37.7623875036991 -122.40221630536399 (37.7623875036991, -122.402216305364)

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