Street_Tree_List

Data source: data.sfgov.org

5 rows where qCaretaker = 5 and qSpecies = 11

View and edit SQL

Suggested facets: qLegalStatus, PlantDate

qSpecies

  • Lophostemon confertus :: Brisbane Box · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
19175 112287 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 50 Van Ness Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     5     6007006.5 2110627.3 37.7757762467653 -122.419251679167 (37.7757762467653, -122.419251679167)
82468 23150 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 50 Van Ness Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     3 3X3   6007031.830225199 2110521.0652082 37.775485978008206 -122.41915651805701 (37.7754859780082, -122.419156518057)
90922 23151 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 50 Van Ness Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5   08/24/1993 12:00:00 AM 8 3X3   6007030.5326515995 2110530.1061031003 37.7755107290659 -122.419161648128 (37.7755107290659, -122.419161648128)
104943 23156 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 50 Van Ness Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5   08/24/1993 12:00:00 AM 18 3X3   6007006.484382 2110627.274272 37.7757761752428 -122.419251731369 (37.7757761752428, -122.419251731369)
145153 23152 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 50 Van Ness Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5   10/03/2000 12:00:00 AM 12     6007026.701719999 2110556.798269 37.775583803615206 -122.419176794071 (37.7755838036152, -122.419176794071)

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