Street_Tree_List

Data source: data.sfgov.org

10 rows where PlotSize = "4X4" and qSpecies = 99 sorted by PlantType

View and edit SQL

Suggested facets: SiteOrder, qSiteInfo, DBH

PlotSize

  • 4X4 · 10
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType ▼ qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
10585 27651 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2700 Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   06/06/1999 12:00:00 AM 12 4X4   5982420.6256 2096461.5972 37.73546591249 -122.503249937577 (37.73546591249, -122.503249937577)
10607 27653 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2900X Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   06/06/1999 12:00:00 AM 12 4X4   5981776.6997 2096484.8387 37.7354918543068 -122.505477915571 (37.7354918543068, -122.505477915571)
11897 27649 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2500 Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   06/06/1999 12:00:00 AM 12 4X4   5982997.5613 2096369.9984 37.7352483041994 -122.501248513045 (37.7352483041994, -122.501248513045)
12298 27647 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2300 Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2     12 4X4   5983545.7870000005 2096052.8205 37.7344095981993 -122.499329695326 (37.7344095981993, -122.499329695326)
21753 7651 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 3309 Folsom St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 4X4   6008514.76673 2099315.4507400002 37.7448013267216 -122.413234094881 (37.7448013267216, -122.413234094881)
78812 27652 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2830 Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   06/06/1999 12:00:00 AM 12 4X4   5982048.7143342 2096528.9941474 37.7356290969828 -122.50454074467 (37.7356290969828, -122.50454074467)
79507 27654 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2968 Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   06/06/1999 12:00:00 AM 12 4X4   5981673.036337901 2096540.7284095 37.7356392111548 -122.50584045491001 (37.7356392111548, -122.50584045491)
97575 27646 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2260 Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   06/06/1999 12:00:00 AM 12 4X4   5983743.832098301 2096000.4658733997 37.7342774634165 -122.498641133162 (37.7342774634165, -122.498641133162)
106072 27650 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2650 Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   06/06/1999 12:00:00 AM 12 4X4   5982609.4890242005 2096515.7957863999 37.735625827225796 -122.502600986809 (37.7356258272258, -122.502600986809)
143088 27648 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 2400 Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   06/06/1999 12:00:00 AM 12 4X4   5983342.3231549 2096264.1854035999 37.7349780102042 -122.50004874464199 (37.7349780102042, -122.500048744642)

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