Street_Tree_List

Data source: data.sfgov.org

12 rows where qSiteInfo = 7 and qSpecies = 34

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
86 119601 Significant Tree 6 Cupressocyparis leylandii :: Leyland Cypress 34 4357x Mission St 3 Front Yard : Yard 7 Tree 1 Private 1         Permit Number 774415          
363 119608 Significant Tree 6 Cupressocyparis leylandii :: Leyland Cypress 34 299x Avalon Ave 4 Front Yard : Yard 7 Tree 1 Private 1                    
2196 119600 Significant Tree 6 Cupressocyparis leylandii :: Leyland Cypress 34 4357x Mission St 2 Front Yard : Yard 7 Tree 1 Private 1         Permit Number 774415          
7809 119599 Significant Tree 6 Cupressocyparis leylandii :: Leyland Cypress 34 4357x Mission St 1 Front Yard : Yard 7 Tree 1 Private 1         Permit Number 774415          
65487 190963 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 1 Jack Balestreri Way 35 Front Yard : Yard 7 Tree 1 Private 1     28     6012430.01623 2104809.07988 37.7601046718029 -122.400081553118 (37.7601046718029, -122.400081553118)
73961 201525 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 740 Earl St 2 Front Yard : Yard 7 Tree 1 Private 1     13     6020363.02265 2093708.60357 37.730064074283106 -122.371876721056 (37.7300640742831, -122.371876721056)
118725 101468 Significant Tree 6 Cupressocyparis leylandii :: Leyland Cypress 34 301 Hazelwood Ave 3 Front Yard : Yard 7 Tree 1 Private 1           5996219.7 2095283.8 37.733033461480495 -122.45545652663701 (37.7330334614805, -122.455456526637)
124304 101467 Significant Tree 6 Cupressocyparis leylandii :: Leyland Cypress 34 301 Hazelwood Ave 2 Front Yard : Yard 7 Tree 1 Private 1           5996219.7 2095283.8 37.733033461480495 -122.45545652663701 (37.7330334614805, -122.455456526637)
129690 223684 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 1101 San Jose Ave 11 Front Yard : Yard 7 Tree 1 Private 1     14     6004763.09066 2096356.87709 37.7364664154027 -122.425996119524 (37.7364664154027, -122.425996119524)
138493 102479 Significant Tree 6 Cupressocyparis leylandii :: Leyland Cypress 34 760 Victoria St 5 Front Yard : Yard 7 Tree 1 Private 1           5993664.7 2092172.3 37.7243431058269 -122.464063971167 (37.7243431058269, -122.464063971167)
169789 190964 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 1 Jack Balestreri Way 36 Front Yard : Yard 7 Tree 1 Private 1     16     6012433.13326 2104783.13919 37.760033618186895 -122.400068950945 (37.7600336181869, -122.400068950945)
172532 190962 Undocumented 2 Cupressocyparis leylandii :: Leyland Cypress 34 1 Jack Balestreri Way 34 Front Yard : Yard 7 Tree 1 Private 1     22     6012415.27524 2104795.5991 37.7600668346491 -122.400131588717 (37.7600668346491, -122.400131588717)

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