Street_Tree_List

Data source: data.sfgov.org

7 rows where qSiteInfo = 5 and qSpecies = 100

View and edit SQL

Suggested facets: qAddress, DBH, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Sidewalk: Property side : Cutout · 7
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
37148 96681 Permitted Site 1 Phoenix canariensis :: Canary Island Date Palm 100 375@32nd Ave 32nd Ave 3 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/28/2011 12:00:00 AM 25   Permit Number 768040 5985880.88078 2113443.18167 37.7822954478301 -122.49253691723301 (37.7822954478301, -122.492536917233)
87101 96694 Permitted Site 1 Phoenix canariensis :: Canary Island Date Palm 100 3132@32nd Ave Clement St 16 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/28/2011 12:00:00 AM     Permit Number 768040 5985890.0 2113240.0 37.7817381026149 -122.49249040156602 (37.7817381026149, -122.492490401566)
103442 96695 Permitted Site 1 Phoenix canariensis :: Canary Island Date Palm 100 3132@32nd Ave Clement St 17 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/28/2011 12:00:00 AM     Permit Number 768040 5985890.0 2113240.0 37.7817381026149 -122.49249040156602 (37.7817381026149, -122.492490401566)
106263 96692 Permitted Site 1 Phoenix canariensis :: Canary Island Date Palm 100 3132@32nd Ave Clement St 14 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/28/2011 12:00:00 AM     Permit Number 768040 5985890.0 2113240.0 37.7817381026149 -122.49249040156602 (37.7817381026149, -122.492490401566)
107261 96693 Permitted Site 1 Phoenix canariensis :: Canary Island Date Palm 100 3132@32nd Ave Clement St 15 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/28/2011 12:00:00 AM     Permit Number 768040 5985890.0 2113240.0 37.7817381026149 -122.49249040156602 (37.7817381026149, -122.492490401566)
147563 96683 Permitted Site 1 Phoenix canariensis :: Canary Island Date Palm 100 375@32nd Ave 32nd Ave 5 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/28/2011 12:00:00 AM 28   Permit Number 768040 5985881.4573800005 2113426.06761 37.782248491261605 -122.49253366172199 (37.7822484912616, -122.492533661722)
186098 96686 Permitted Site 1 Phoenix canariensis :: Canary Island Date Palm 100 375@32nd Ave 32nd Ave 8 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/28/2011 12:00:00 AM 25   Permit Number 768040 5985884.08947 2113350.81045 37.7820420106561 -122.49251901199499 (37.7820420106561, -122.492519011995)

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