Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 4, qSiteInfo = 9 and qSpecies = 48

View and edit SQL

Suggested facets: qAddress, SiteOrder, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
55628 227559 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 84 Seward St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 3ft   6000741.2761699995 2104538.3206 37.758702584674204 -122.44048780488001 (37.7587025846742, -122.44048780488)
129668 207044 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 755 Foerster St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 3ft   5998014.32968 2095894.50831 37.7348131350024 -122.44929603208 (37.7348131350024, -122.44929603208)
134142 191226 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 2350 20th St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 7ft   6011107.06002 2104648.42845 37.7595897074225 -122.40464574203199 (37.7595897074225, -122.404645742032)
160084 191225 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 2350 20th St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4     6011119.4005 2104649.28038 37.759592736331705 -122.404603122242 (37.7595927363317, -122.404603122242)
187240 191224 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 2350 20th St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4     6011129.67031 2104650.44992 37.7595965215873 -122.404567686256 (37.7595965215873, -122.404567686256)

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