Street_Tree_List

Data source: data.sfgov.org

10 rows where SiteOrder = 3 and qSpecies = 67

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, DBH, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
47395 228363 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 685 Florida St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 3ft   6009250.75381 2105069.23779 37.760641230732396 -122.41109552413201 (37.7606412307324, -122.411095524132)
105830 79561 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 1001 Le Conte Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   07/02/2009 12:00:00 AM   3x3 Permit Number 52373 6013117.42744406 2089558.25653077 37.718267407089 -122.39663499597201 (37.718267407089, -122.396634995972)
109042 31399 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 3850 18th St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   04/26/1995 12:00:00 AM     Permit Number 34990 6003938.7782539 2105415.4152023997 37.7612924290105 -122.429491931159 (37.7612924290105, -122.429491931159)
133807 111385 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 340 Brannan St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 3x3   6014582.17665 2112417.55167 37.7811156101297 -122.39317059416099 (37.7811156101297, -122.393170594161)
146242 113244 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1301X 04TH ST 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       5x5   5994883.0 2106671.0 37.7642230519674 -122.46090282761001 (37.7642230519674, -122.46090282761)
151005 36798 Permitted Site 1 Gleditsia triacanthos :: Honey Locust 67 1355 Donner Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 07/17/1999 12:00:00 AM 6   Permit Number 39528 6015230.5975 2090758.0224 37.7216791113631 -122.38941433805701 (37.7216791113631, -122.389414338057)
151176 190621 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 111 Vermont St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 3ft   6011130.88671 2108006.09384 37.7688104311756 -122.40479972753599 (37.7688104311756, -122.404799727536)
176632 244191 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1850 Page St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 0ft   5997685.6394 2108885.5737 37.770464572541 -122.45136908078001 (37.770464572541, -122.45136908078)
181906 228356 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 650 Florida St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 3ft   6009237.832769999 2105328.4961599996 37.7613523705472 -122.411158526152 (37.7613523705472, -122.411158526152)
184178 201613 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 3 Side Yard : Yard 17 Tree 1 Private 1     2 Width 4ft   6020763.58395 2092982.86481 37.728093326933205 -122.370441760089 (37.7280933269332, -122.370441760089)

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