Street_Tree_List

Data source: data.sfgov.org

10 rows where SiteOrder = 12 and qSpecies = 25

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, qCaretaker, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2547 141912 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 900 MCALLISTER ST 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     23 Width 0ft   6004447.1952 2111915.047 37.7791676154415 -122.42819675688 (37.7791676154415, -122.42819675688)
25697 136427 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 177 Drumm St 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6013551.1495199995 2118058.04 37.796545747032 -122.397133083548 (37.796545747032, -122.397133083548)
53981 118228 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 699 37th Ave 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   5984449.813999999 2111641.4618599997 37.7772646712772 -122.49735464678001 (37.7772646712772, -122.49735464678)
119456 119671 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 699x Missouri St 12 Sidewalk: Property side : Yard 9 Tree 1 Private 1           6013712.0 2104098.0 37.7582235960409 -122.39559792996201 (37.7582235960409, -122.395597929962)
122469 14777 Permitted Site 1 Schinus terebinthifolius :: Brazilian Pepper 25 1000X McAllister St 12 Sidewalk: Curb side : Cutout 1 Tree 1 Office of Mayor 21     12 4X4   6004368.8552829 2111899.4426369 37.7791203368819 -122.428466654288 (37.7791203368819, -122.428466654288)
129664 136395 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 3395 Sacramento St 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 4ft   5998880.24558 2115260.774 37.7880375552225 -122.44769595741 (37.7880375552225, -122.44769595741)
134997 200682 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 1535 Newcomb Ave 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     21 Width 0ft   6015703.0041 2095289.1037 37.7341467406335 -122.388097383825 (37.7341467406335, -122.388097383825)
140220 30947 Permitted Site 1 Schinus terebinthifolius :: Brazilian Pepper 25 2390 Bush St 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 03/13/1995 12:00:00 AM     Permit Number 34752 6002079.96472002 2114704.99678528 37.786693886013204 -122.436585716056 (37.7866938860132, -122.436585716056)
143285 814 DPW Maintained 3 Schinus terebinthifolius :: Brazilian Pepper 25 600X 39th Ave 12 Median : Cutout 11 Tree 1 DPW 2     6 6-HOA   5983831.1679936 2111715.0127262003 37.7774303425616 -122.499500145383 (37.7774303425616, -122.499500145383)
177504 197553 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 101 Rhode Island St 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     22 Width 3ft   6011728.60069 2107407.7927900003 37.7672010224355 -122.402690185116 (37.7672010224355, -122.402690185116)

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