Street_Tree_List

Data source: data.sfgov.org

12 rows where DBH = 10, qLegalStatus = 1 and qSpecies = 1

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
77901 95656 Permitted Site 1 Myoporum laetum :: Myoporum 1 499@Cervantes Marina Blvd 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6000674.0 2121505.0 37.805284907113 -122.441938257064 (37.805284907113, -122.441938257064)
86113 95657 Permitted Site 1 Myoporum laetum :: Myoporum 1 499@Cervantes Marina Blvd 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6000674.0 2121505.0 37.805284907113 -122.441938257064 (37.805284907113, -122.441938257064)
87499 95651 Permitted Site 1 Myoporum laetum :: Myoporum 1 499@Scott Marina Blvd 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6000674.0 2121505.0 37.805284907113 -122.441938257064 (37.805284907113, -122.441938257064)
89855 95653 Permitted Site 1 Myoporum laetum :: Myoporum 1 499@Scott Marina Blvd 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6000674.0 2121505.0 37.805284907113 -122.441938257064 (37.805284907113, -122.441938257064)
91775 95650 Permitted Site 1 Myoporum laetum :: Myoporum 1 499@Scott Marina Blvd 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6000674.0 2121505.0 37.805284907113 -122.441938257064 (37.805284907113, -122.441938257064)
98265 95649 Permitted Site 1 Myoporum laetum :: Myoporum 1 499@Scott Marina Blvd 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6000674.0 2121505.0 37.805284907113 -122.441938257064 (37.805284907113, -122.441938257064)
120345 95655 Permitted Site 1 Myoporum laetum :: Myoporum 1 499@Cervantes Marina Blvd 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6000674.0 2121505.0 37.805284907113 -122.441938257064 (37.805284907113, -122.441938257064)
127271 56508 Permitted Site 1 Myoporum laetum :: Myoporum 1 583 Congo St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10     6000090.55107769 2095627.82411946 37.73419942412529 -122.442098700898 (37.7341994241253, -122.442098700898)
142677 95654 Permitted Site 1 Myoporum laetum :: Myoporum 1 499@Scott Marina Blvd 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6000674.0 2121505.0 37.805284907113 -122.441938257064 (37.805284907113, -122.441938257064)
144569 95652 Permitted Site 1 Myoporum laetum :: Myoporum 1 499@Scott Marina Blvd 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6000674.0 2121505.0 37.805284907113 -122.441938257064 (37.805284907113, -122.441938257064)
171017 62031 Permitted Site 1 Myoporum laetum :: Myoporum 1 136 Blake St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/13/1985 12:00:00 AM 10   Permit Number 22104 5997893.5089 2112867.4203 37.7814095924872 -122.45093722878 (37.7814095924872, -122.45093722878)
177905 43789 Permitted Site 1 Myoporum laetum :: Myoporum 1 121 22nd Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 07/26/2000 12:00:00 AM 10   Permit Number 43419 5988953.60454 2114542.0898700003 37.7854919174236 -122.481987309149 (37.7854919174236, -122.481987309149)

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