Street_Tree_List

Data source: data.sfgov.org

6 rows where qSiteInfo = 17 and qSpecies = 39 sorted by qSiteInfo

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH

qSiteInfo

  • Side Yard : Yard · 6
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo ▼ PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
28127 191847 Undocumented 2 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 2101 Newcomb Ave 1 Side Yard : Yard 17 Tree 1 Private 1     23 Width 10ft   6012411.60288 2097770.43241 37.7407770404189 -122.39965102878901 (37.7407770404189, -122.399651028789)
43726 247881 Undocumented 2 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 387 Mayflower St 2 Side Yard : Yard 17 Tree 1 Private 1     15     6009928.32781 2098399.30466 37.742365048010896 -122.4082816417 (37.7423650480109, -122.4082816417)
54010 247872 Undocumented 2 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 388 Mayflower St 2 Side Yard : Yard 17 Tree 1 Private 1     23     6009895.64631 2098398.03188 37.7423597231243 -122.408394555183 (37.7423597231243, -122.408394555183)
136621 249776 Undocumented 2 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 102 Pfeiffer St 7 Side Yard : Yard 17 Tree 1 Private 1     25 Width 0ft   6010370.54568 2121149.36884 37.804856202214204 -122.408356876268 (37.8048562022142, -122.408356876268)
169612 247876 Undocumented 2 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 388 Mayflower St 5 Side Yard : Yard 17 Tree 1 Private 1     22     6009908.43883 2098395.0561 37.742352268652 -122.40835011248001 (37.742352268652, -122.40835011248)
172369 191849 Undocumented 2 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1998 Revere Ave 1 Side Yard : Yard 17 Tree 1 Private 1     18     6013048.000580001 2095925.65097 37.735747110629 -122.397321254093 (37.735747110629, -122.397321254093)

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