Street_Tree_List

Data source: data.sfgov.org

11 rows where qLegalStatus = 6 and qSpecies = 39 sorted by DBH

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, XCoord, YCoord, Latitude, Longitude, Location

qLegalStatus

  • Significant Tree · 11
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH ▼ PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
87916 98953 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 302 Ivy St 19 Front Yard : Yard 7 Tree 1 Private 1           6005888.5 2111234.3 37.7773798943726 -122.42316228433 (37.7773798943726, -122.42316228433)
93393 103615 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 200X Buchanan St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1           6004748.9 2109266.8 37.7719132424086 -122.426964371637 (37.7719132424086, -122.426964371637)
97455 98954 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 302 Ivy St 20 Front Yard : Yard 7 Tree 1 Private 1           6005888.5 2111234.3 37.7773798943726 -122.42316228433 (37.7773798943726, -122.42316228433)
98079 104865 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 80 Stoneman St 1 Front Yard : Yard 7 Tree 1 Private 1         Permit Number 770375 6007947.7 2099422.0 37.7450620347132 -122.415202450973 (37.7450620347132, -122.415202450973)
100567 103612 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 200X Buchanan St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1           6004748.9 2109266.8 37.7719132424086 -122.426964371637 (37.7719132424086, -122.426964371637)
114318 103614 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 200X Buchanan St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1           6004748.9 2109266.8 37.7719132424086 -122.426964371637 (37.7719132424086, -122.426964371637)
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)
138814 103611 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 200X Buchanan St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1           6004748.9 2109266.8 37.7719132424086 -122.426964371637 (37.7719132424086, -122.426964371637)
139196 72854 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 24 Lunado Way 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   09/26/1998 12:00:00 AM       5991516.52955398 2091408.89207172 37.722122935753106 -122.47143422303499 (37.7221229357531, -122.471434223035)
142126 104912 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 606 Gonzalez Dr 1 Front Yard : Yard 7 Tree 1 Private 1           5990401.0 2090562.0 37.719732984351396 -122.475228499286 (37.7197329843514, -122.475228499286)
144880 103613 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 200X Buchanan St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1           6004748.9 2109266.8 37.7719132424086 -122.426964371637 (37.7719132424086, -122.426964371637)

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