Street_Tree_List

Data source: data.sfgov.org

9 rows where SiteOrder = 9 and qSpecies = 94

View and edit SQL

Suggested facets: qLegalStatus, qCaretaker, DBH, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2233 122749 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 693 Vermont St 9 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2   5     6011285.506709999 2105214.92948 37.761155164510605 -122.404068449214 (37.7611551645106, -122.404068449214)
38032 224519 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 439 Shotwell St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   6007848.492430001 2105359.1644 37.7613585650588 -122.415965857533 (37.7613585650588, -122.415965857533)
70379 224505 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 2200 Folsom St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     16 Width 4ft   6008118.04648 2105348.76718 37.7613451678544 -122.415032844197 (37.7613451678544, -122.415032844197)
77245 226480 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 3160 19th St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     17 Width 3ft   6008258.38904 2105066.62295 37.7605783501336 -122.414527490854 (37.7605783501336, -122.414527490854)
87183 34152 Permitted Site 1 Ficus microcarpa :: Chinese Banyan 94 30 Steuart St 9 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)
125087 48044 Permitted Site 1 Ficus microcarpa :: Chinese Banyan 94 3350 Mission St 9 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)
131453 224509 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 2201 Folsom St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     16 Width 4ft   6008178.36373 2105370.35117 37.76140782184 -122.414825759103 (37.76140782184, -122.414825759103)
142948 115033 DPW Maintained 3 Ficus microcarpa :: Chinese Banyan 94 1009 HARRISON ST 9 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2       3x10   6011058.0 2110680.0 37.776148288994705 -122.405240157274 (37.7761482889947, -122.405240157274)
161713 226497 Undocumented 2 Ficus microcarpa :: Chinese Banyan 94 1850 Harrison St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   6008687.35447 2107561.73783 37.767453450448706 -122.41322033256 (37.7674534504487, -122.41322033256)

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