Street_Tree_List

Data source: data.sfgov.org

25 rows where SiteOrder = 3 and qSpecies = 99 sorted by PermitNotes

View and edit SQL

SiteOrder

Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes ▼ XCoord YCoord Latitude Longitude Location
76779 225196 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3160 21st St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   6007182.851 2103832.80652 37.7571300930895 -122.41815982112699 (37.7571300930895, -122.418159821127)
106572 225189 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 500 Capp St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 3ft   6007250.88683 2103937.06131 37.757420182006605 -122.41793191673901 (37.7574201820066, -122.417931916739)
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)
148481 225146 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1706 Dolores St 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     10 Width 6ft   6005275.161069999 2098395.65522 37.7420933673216 -122.424370639893 (37.7420933673216, -122.424370639893)
156182 189998 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1950 18th St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 6ft   6011839.98262 2105629.53813 37.7623245520575 -122.402179893599 (37.7623245520575, -122.402179893599)
166308 225184 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 240 Shotwell St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6007748.54808 2106641.05965 37.764872732518704 -122.416402325519 (37.7648727325187, -122.416402325519)
173741 206038 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 280 Brighton Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 3ft   5996260.86716 2091785.79325 37.72343113441671 -122.45506152366998 (37.7234311344167, -122.45506152367)
178754 190010 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 499 Arkansas St 3 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     12 Width 3ft   6013000.60503 2104793.1604 37.7600927575897 -122.398107028633 (37.7600927575897, -122.398107028633)
183926 225156 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 104 Franconia St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 2ft   6010015.03813 2099834.46528 37.746310541115896 -122.408083012937 (37.7463105411159, -122.408083012937)
16169 100329 Permitted Site 1 Chamaerops humilis :: Mediterranean Fan Palm 99 555 04th St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   04/01/2012 12:00:00 AM 3 3x3 Permit Number 768623 6013411.2884599995 2111661.36797 37.7789741867392 -122.39716827132 (37.7789741867392, -122.39716827132)
181963 104417 Permitted Site 1 Chamaerops humilis :: Mediterranean Fan Palm 99 335 Marina Blvd 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/02/2013 12:00:00 AM 12   Permit Number 770730 6001763.35391 2121819.4095799997 37.8062102070855 -122.438190954371 (37.8062102070855, -122.438190954371)

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