Street_Tree_List

Data source: data.sfgov.org

9 rows where SiteOrder = 5 and qLegalStatus = 7

View and edit SQL

Suggested facets: qSpecies, qSiteInfo, qCaretaker, PlotSize

qLegalStatus

  • Property Tree · 9

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
901 224716 Property Tree 7 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 32 3255x 24th St 5 Front Yard : Cutout 8 Tree 1 MTA 6     13 Width 3ft   6007298.0 2102020.0 37.7521590216883 -122.417633107694 (37.7521590216883, -122.417633107694)
1928 252837 Property Tree 7 Eucalyptus nicholii :: Nichol's Willow-Leafed Peppermint 114 98 Prosper St 5 Sidewalk: Property side : Cutout 5 Tree 1 Private 1           6003330.0 2106021.0 37.7629207320267 -122.43164067381399 (37.7629207320267, -122.431640673814)
3552 253469 Property Tree 7 Eucalyptus nicholii :: Nichol's Willow-Leafed Peppermint 114 701 Stanyan St 5 Side Yard : Yard 17 Tree 1 Private 1           5997178.0 2108423.0 37.7691653834469 -122.45309160151399 (37.7691653834469, -122.453091601514)
92335 33787 Property Tree 7 Magnolia grandiflora :: Southern Magnolia 21 200x Mission St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   01/05/2015 12:00:00 AM 3 3x3 Permit Number 770804 6014138.0 2116340.0 37.791861063915796 -122.394982044679 (37.7918610639158, -122.394982044679)
97160 115639 Property Tree 7 Pinus radiata :: Monterey Pine 3 81x ELSIE ST 5 Back Yard : Cutout 16 Tree 1 DPW 2     6 3x3   6007403.0 2098902.0 37.7436036039275 -122.41704909401301 (37.7436036039275, -122.417049094013)
112237 109378 Property Tree 7 Populus nigra 'Italica' :: Lombardy Poplar 86 111 BAY ST 5 Back Yard : Yard 13 Tree 1 Private 1           6010193.2 2121519.2 37.8058617340589 -122.40899671325899 (37.8058617340589, -122.408996713259)
112389 105171 Property Tree 7 Magnolia grandiflora :: Southern Magnolia 21 4755X 03RD ST 5 Front Yard : Yard 7 Tree 1 Arts Commission 19     14 4x4   6015032.0 2095658.0 37.7351224553975 -122.39044304267901 (37.7351224553975, -122.390443042679)
140502 104541 Property Tree 7 Juniperus chinensis :: Juniper 19 1101 Van Ness Ave 5 Front Yard : Yard 7 Tree 1 Private 1           6006375.5 2114401.9 37.786104821458295 -122.42170263122401 (37.7861048214583, -122.421702631224)
146191 101904 Property Tree 7 Washingtonia robusta :: Mexican Fan Palm 75 1100 Ocean Ave 5 Front Yard : Yard 7 Tree 1 DPW 2         Permit Number 769623 5996507.7 2092470.2 37.7253245106519 -122.454257683967 (37.7253245106519, -122.454257683967)

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