Street_Tree_List

Data source: data.sfgov.org

5 rows where qSiteInfo = 9 and qSpecies = 79

View and edit SQL

Suggested facets: qAddress, DBH

qSiteInfo

  • Sidewalk: Property side : Yard · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
31547 187235 Undocumented 2 Tristania conferta :: 79 2401 Sunset Blvd 18 Sidewalk: Property side : Yard 9 Tree 1 Private 1     11 Width 0ft   5984966.2222 2098610.2885 37.7415149514197 -122.494607336605 (37.7415149514197, -122.494607336605)
68784 184807 Undocumented 2 Tristania conferta :: 79 1251 Sunset Blvd 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     12 Width 0ft   5984672.982999999 2106530.3427 37.7632440693949 -122.49620545091001 (37.7632440693949, -122.49620545091)
132319 187236 Undocumented 2 Tristania conferta :: 79 2401 Sunset Blvd 19 Sidewalk: Property side : Yard 9 Tree 1 Private 1     12 Width 0ft   5984970.7155 2098606.6122 37.7415051202811 -122.49459152958401 (37.7415051202811, -122.494591529584)
166802 184808 Undocumented 2 Tristania conferta :: 79 1251 Sunset Blvd 8 Sidewalk: Property side : Yard 9 Tree 1 Private 1     20 Width 0ft   5984676.7802 2106518.9511 37.763213013686396 -122.49619147733 (37.7632130136864, -122.49619147733)
180440 184353 Undocumented 2 Tristania conferta :: 79 1251 Sunset Blvd 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 0ft   5984679.818 2106506.8001 37.763179828394996 -122.49618007420099 (37.763179828395, -122.496180074201)

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