Street_Tree_List

Data source: data.sfgov.org

8 rows where qSiteInfo = 10 and qSpecies = 110

View and edit SQL

Suggested facets: SiteOrder, DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
23754 194580 Undocumented 2 Pittosporum eugenioides :: Tarata 110 598 Missouri St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     3 Width 4ft   6013513.20546 2104325.65158 37.758837617875294 -122.39630140851001 (37.7588376178753, -122.39630140851)
25630 194576 Undocumented 2 Pittosporum eugenioides :: Tarata 110 572 Missouri St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     5 Width 4ft   6013508.15849 2104424.13067 37.7591077391483 -122.396325765734 (37.7591077391483, -122.396325765734)
47775 194581 Undocumented 2 Pittosporum eugenioides :: Tarata 110 608 Missouri St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     4 Width 4ft   6013516.07962 2104276.2000599997 37.758701994708204 -122.396288002304 (37.7587019947082, -122.396288002304)
48737 194578 Undocumented 2 Pittosporum eugenioides :: Tarata 110 586 Missouri St 2 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     3 Width 4ft   6013510.77458 2104373.03233 37.7589675798212 -122.39631313654499 (37.7589675798212, -122.396313136545)
65406 194579 Undocumented 2 Pittosporum eugenioides :: Tarata 110 588 Missouri St 2 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     3 Width 4ft   6013514.83137 2104327.6362099997 37.7588431577105 -122.396295924418 (37.7588431577105, -122.396295924418)
69150 194582 Undocumented 2 Pittosporum eugenioides :: Tarata 110 618 Missouri St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     5 Width 4ft   6013519.11255 2104217.1828099997 37.7585401149596 -122.39627337661001 (37.7585401149596, -122.39627337661)
134493 194575 Undocumented 2 Pittosporum eugenioides :: Tarata 110 568 Missouri St 2 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     3 Width 4ft   6013510.83994 2104426.47875 37.759114335674894 -122.396316656512 (37.7591143356749, -122.396316656512)
168962 194577 Undocumented 2 Pittosporum eugenioides :: Tarata 110 580 Missouri St 2 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     9 Width 4ft   6013511.640380001 2104375.7087 37.7589749767275 -122.396310329764 (37.7589749767275, -122.396310329764)

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