Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 3, qLegalStatus = 2 and qSpecies = 99

View and edit SQL

qLegalStatus

  • Undocumented · 6

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
40866 225175 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3309 Folsom St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   6008515.82219 2099330.37365 37.7448423609829 -122.41323150034901 (37.7448423609829, -122.413231500349)
45931 190000 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 770 De Haro St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 3ft   6012104.84568 2104756.14819 37.7599411975544 -122.401202450128 (37.7599411975544, -122.401202450128)
66694 225148 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1199 Capp St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 9ft   6007231.69522 2100624.49408 37.7483235475968 -122.417763493512 (37.7483235475968, -122.417763493512)
137477 189995 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1301 Minnesota St 3 Front Yard : Yard 7 Tree 1 Private 1     3     6015392.22277 2102247.2850900004 37.753235244428204 -122.389657680355 (37.7532352444282, -122.389657680355)
158218 190007 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 700 Arkansas St 5 Front Yard : Yard 7 Tree 1 Private 1     3     6012984.44615 2103792.30277 37.7573437216454 -122.398092698838 (37.7573437216454, -122.398092698838)
172254 190033 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 651 Missouri St 30 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 7ft   6013606.61157 2104092.53416 37.7582027253025 -122.39596202861901 (37.7582027253025, -122.395962028619)

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