Street_Tree_List

Data source: data.sfgov.org

5 rows where qSiteInfo = 9 and qSpecies = 112

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
42357 210461 Undocumented 2 Morus alba :: White Mulberry 112 454 Vernon St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 6ft   5992502.669919999 2090868.8061400002 37.7206969903517 -122.467986141245 (37.7206969903517, -122.467986141245)
60398 232270 Undocumented 2 Morus alba :: White Mulberry 112 81 Aztec St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 5ft   6007869.14872 2099607.83193 37.7455678728707 -122.415487222165 (37.7455678728707, -122.415487222165)
69067 194029 Undocumented 2 Morus alba :: White Mulberry 112 800 19th St 11 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 10ft   6015046.68674 2105336.2696700003 37.761697768657605 -122.39106851251002 (37.7616977686576, -122.39106851251)
71648 177795 Undocumented 2 Morus alba :: White Mulberry 112 1750 Silliman St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 6ft   6005632.62776 2092784.6491099999 37.7267069725232 -122.422735972795 (37.7267069725232, -122.422735972795)
188624 210462 Undocumented 2 Morus alba :: White Mulberry 112 454 Vernon St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 6ft   5992502.3983 2090855.8917099999 37.7206615147909 -122.46798614126001 (37.7206615147909, -122.46798614126)

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