Street_Tree_List

Data source: data.sfgov.org

12 rows where qSiteInfo = 5 and qSpecies = 39 sorted by qSiteInfo

View and edit SQL

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

qSiteInfo

  • Sidewalk: Property side : Cutout · 12
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo ▼ PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
78294 24522 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1120X Hudson Ave 45 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     18 3X4   6017909.652863 2094654.0666341 37.73252506519629 -122.380424102302 (37.7325250651963, -122.380424102302)
88044 10731 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1100 Hudson Ave 2 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     12 3X4   6018138.790397401 2094650.7890521 37.7325287066123 -122.379631682873 (37.7325287066123, -122.379631682873)
95381 10763 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1120X Hudson Ave 21 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     22 3X4   6017909.652863 2094654.0666341 37.73252506519629 -122.380424102302 (37.7325250651963, -122.380424102302)
103686 10735 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1100 Hudson Ave 6 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     12 3x4   6018138.790397401 2094650.7890521 37.7325287066123 -122.379631682873 (37.7325287066123, -122.379631682873)
114504 10774 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1120X Hudson Ave 39 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     6 3X4   6017909.652863 2094654.0666341 37.73252506519629 -122.380424102302 (37.7325250651963, -122.380424102302)
118530 104452 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1045 Mission St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       2x6 Permit Number 770594 6009749.9 2112056.4 37.7798543407434 -122.40986242910299 (37.7798543407434, -122.409862429103)
122783 10768 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1120X Hudson Ave 23 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     14 3X4   6017909.652863 2094654.0666341 37.73252506519629 -122.380424102302 (37.7325250651963, -122.380424102302)
123207 10738 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1120X Hudson Ave 9 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     8 3x4   6017909.652863 2094654.0666341 37.73252506519629 -122.380424102302 (37.7325250651963, -122.380424102302)
126559 98132 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1120X Hudson Ave 47 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     22 3x4   6017903.8 2094987.0 37.733438911814 -122.38046746904399 (37.733438911814, -122.380467469044)
143311 10754 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1120X Hudson Ave 17 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     8 3X4   6017909.652863 2094654.0666341 37.73252506519629 -122.380424102302 (37.7325250651963, -122.380424102302)
144510 10758 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1120X Hudson Ave 43 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     12 3X4   6017909.652863 2094654.0666341 37.73252506519629 -122.380424102302 (37.7325250651963, -122.380424102302)
145604 10747 DPW Maintained 3 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1120X Hudson Ave 7 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     12 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 293.332ms · Data source: data.sfgov.org