Street_Tree_List

Data source: data.sfgov.org

12 rows where SiteOrder = 7 and qSpecies = 94

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, qCaretaker, DBH, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
13606 6798 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 1375 Fairfax Ave 7 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 3x9   6016915.23611 2097187.56543 37.7394266247399 -122.38403843113701 (37.7394266247399, -122.384038431137)
34568 224517 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 439 Shotwell St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 3ft   6007852.876569999 2105322.21505 37.76125735715679 -122.41594807794701 (37.7612573571568, -122.415948077947)
39926 224569 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 3235 18th St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   6007968.16087 2105588.52083 37.7619950521511 -122.415568212409 (37.7619950521511, -122.415568212409)
97580 48043 Permitted Site 1 Ficus microcarpa :: Chinese Banyan 94 3350 Mission St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   07/11/2002 12:00:00 AM     Permit Number 45759 6006080.4837518 2098740.43590211 37.7430854999808 -122.42161056574 (37.7430854999808, -122.42161056574)
106099 115031 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 1009 HARRISON ST 7 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2       3x10   6011058.0 2110680.0 37.776148288994705 -122.405240157274 (37.7761482889947, -122.405240157274)
106655 36099 Permitted Site 1 Ficus microcarpa :: Chinese Banyan 94 299 on 16th Dolores St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   04/29/1998 12:00:00 AM     Permit Number 39198 6004891.74541508 2106619.46330166 37.7646523685012 -122.426281744676 (37.7646523685012, -122.426281744676)
133542 126631 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 350x Washington St 7 Median : Yard 3 Tree 1 DPW 2     15 Width 8ft   6013670.6132 2118002.8434900003 37.796400840179 -122.39671583859 (37.796400840179, -122.39671583859)
141849 34151 Permitted Site 1 Ficus microcarpa :: Chinese Banyan 94 30 Steuart St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   05/13/1997 12:00:00 AM     Permit Number 37992 6014341.06792841 2117132.86353937 37.794049371853106 -122.394334961669 (37.7940493718531, -122.394334961669)
144556 101432 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 2501X Buchanan St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6003643.1 2116935.1 37.7929058867978 -122.431336896261 (37.7929058867978, -122.431336896261)
167351 226478 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 3160 19th St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     18 Width 3ft   6008300.96502 2105069.13983 37.760587652724396 -122.41438041754 (37.7605876527244, -122.41438041754)
168986 224552 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 3381 20th St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   6007727.866880001 2104411.29924 37.758749163250705 -122.41631591415899 (37.7587491632507, -122.416315914159)
170317 176404 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 332 Ellington Ave 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 2ft   5998751.95541 2087834.14028 37.712723399629 -122.44616620971901 (37.712723399629, -122.446166209719)

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