Street_Tree_List

Data source: data.sfgov.org

10 rows where qSiteInfo = 5 and qSpecies = 40

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qCaretaker, DBH, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2761 253204 Undocumented 2 Eucalyptus Spp :: Eucalyptus 40 2253 09th Ave 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   5993186.0 2100608.0 37.7474778324271 -122.466331547971 (37.7474778324271, -122.466331547971)
2763 253205 Undocumented 2 Eucalyptus Spp :: Eucalyptus 40 2253 09th Ave 2 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   5993186.0 2100608.0 37.7474778324271 -122.466331547971 (37.7474778324271, -122.466331547971)
49634 112391 Significant Tree 6 Eucalyptus Spp :: Eucalyptus 40 2201X LYON ST 2 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x12   5999307.0 2116423.0 37.7912531030346 -122.446303107227 (37.7912531030346, -122.446303107227)
81453 114249 Significant Tree 6 Eucalyptus Spp :: Eucalyptus 40 499x 24TH AVE 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   5988415.0 2112957.0 37.78110836988721 -122.483734439284 (37.7811083698872, -122.483734439284)
99878 6102 DPW Maintained 3 Eucalyptus Spp :: Eucalyptus 40 500X 08th St 4 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     6 18   6010526.812454099 2109340.6023904 37.772440902057795 -122.406983260044 (37.7724409020578, -122.406983260044)
101382 108685 DPW Maintained 3 Eucalyptus Spp :: Eucalyptus 40 301X CHESTER AVE 1 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     18     5991720.0 2087146.0 37.7104298409998 -122.47042057923099 (37.7104298409998, -122.470420579231)
119405 6105 DPW Maintained 3 Eucalyptus Spp :: Eucalyptus 40 500X 08th St 7 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     3 18   6010526.812454099 2109340.6023904 37.772440902057795 -122.406983260044 (37.7724409020578, -122.406983260044)
139051 112390 Significant Tree 6 Eucalyptus Spp :: Eucalyptus 40 2201X LYON ST 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x12   5999307.0 2116423.0 37.7912531030346 -122.446303107227 (37.7912531030346, -122.446303107227)
140157 6099 Significant Tree 6 Eucalyptus Spp :: Eucalyptus 40 500X 08th St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     18 18   6010526.812454099 2109340.6023904 37.772440902057795 -122.406983260044 (37.7724409020578, -122.406983260044)
141855 10769 DPW Maintained 3 Eucalyptus Spp :: Eucalyptus 40 1120X Hudson Ave 41 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     8 3X4   6017909.652863 2094654.0666341 37.73252506519629 -122.380424102302 (37.7325250651963, -122.380424102302)

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