Street_Tree_List

Data source: data.sfgov.org

5 rows where PermitNotes = "Permit Number 779360" and qSiteInfo = 3

View and edit SQL

PermitNotes

  • Permit Number 779360 · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
89796 111400 Undocumented 2 Pinus radiata :: Monterey Pine 3 50x SANTA RITA AVE 5 Median : Yard 3 Tree 1 Private 1     54   Permit Number 779360 5993713.0 2100532.0 37.74729954942379 -122.464503713167 (37.7472995494238, -122.464503713167)
95918 111398 Undocumented 2 Pinus radiata :: Monterey Pine 3 50x SANTA RITA AVE 3 Median : Yard 3 Tree 1 Private 1     4   Permit Number 779360 5993713.0 2100532.0 37.74729954942379 -122.464503713167 (37.7472995494238, -122.464503713167)
104683 111397 Undocumented 2 Pinus radiata :: Monterey Pine 3 50x SANTA RITA AVE 2 Median : Yard 3 Tree 1 Private 1     36   Permit Number 779360 5993713.0 2100532.0 37.74729954942379 -122.464503713167 (37.7472995494238, -122.464503713167)
109648 111396 Undocumented 2 Pinus radiata :: Monterey Pine 3 50x SANTA RITA AVE 1 Median : Yard 3 Tree 1 Private 1     53   Permit Number 779360 5993713.0 2100532.0 37.74729954942379 -122.464503713167 (37.7472995494238, -122.464503713167)
114353 111399 Undocumented 2 Pinus radiata :: Monterey Pine 3 50x SANTA RITA AVE 4 Median : Yard 3 Tree 1 Private 1     48   Permit Number 779360 5993713.0 2100532.0 37.74729954942379 -122.464503713167 (37.7472995494238, -122.464503713167)

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