Street_Tree_List

Data source: data.sfgov.org

7 rows where qCareAssistant = 3 and qSpecies = 37

View and edit SQL

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

qSpecies

  • Tristaniopsis laurina :: Swamp Myrtle · 7

qCareAssistant

  • Private · 7
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
390 251276 DPW Maintained 3 Tristaniopsis laurina :: Swamp Myrtle 37 1175X Hudson Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 03/09/1998 12:00:00 AM   3x3   6017547.0 2094834.0 37.732999109091 -122.381690402626 (37.732999109091, -122.381690402626)
391 251275 DPW Maintained 3 Tristaniopsis laurina :: Swamp Myrtle 37 1175x Hudson Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 09/16/2011 12:00:00 AM   3x3   6017547.0 2094834.0 37.732999109091 -122.381690402626 (37.732999109091, -122.381690402626)
679 187631 DPW Maintained 3 Tristaniopsis laurina :: Swamp Myrtle 37 4255x Judah St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 03/28/2017 11:56:00 AM 3 3x3   5981269.0 2105492.0 37.760193098921796 -122.50790142928699 (37.7601930989218, -122.507901429287)
102543 21639 DPW Maintained 3 Tristaniopsis laurina :: Swamp Myrtle 37 1641 Sutter St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Private 3 10/14/2010 12:00:00 AM 18 4X4 Permit Number 53778 6004750.8195846 2114677.2774985 37.7867691895303 -122.42734321826401 (37.7867691895303, -122.427343218264)
114637 106120 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 849X Cabrillo St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9 Private 3     6x9   5992954.7 2110649.6 37.775036084258794 -122.46786160539301 (37.7750360842588, -122.467861605393)
116277 102879 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 1680X Revere Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14 Private 3 07/23/2010 12:00:00 AM 2 4x4 Permit Number 53643 6014844.7 2094689.6 37.732453033840706 -122.39102294843501 (37.7324530338407, -122.391022948435)
181574 102134 Permitted Site 1 Tristaniopsis laurina :: Swamp Myrtle 37 400 Beale St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Housing Authority 20 Private 3 11/24/2015 12:00:00 AM 1 3x3 Permit Number 769373 6015285.47231 2114577.79035 37.787086180420296 -122.390888542866 (37.7870861804203, -122.390888542866)

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