Street_Tree_List

Data source: data.sfgov.org

13 rows where SiteOrder = 3 and qSpecies = 72

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
8282 27415 DPW Maintained 3 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2300 Van Ness Ave 3 Median : Cutout 11 Tree 1 DPW 2     12 9   6005889.8891 2118381.22689 37.7970036620469 -122.423665750374 (37.7970036620469, -122.423665750374)
26673 237878 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 400 Prospect Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4     6006265.8389800005 2097650.58343 37.7401034599156 -122.420892296036 (37.7401034599156, -122.420892296036)
37992 87842 Permitted Site 1 Prunus domestica 'Mariposa' :: Mariposa Plum 72 150 Golden Gate Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/06/2008 12:00:00 AM 5 3x3 Permit Number 50723 6008797.68605 2112863.51271 37.7820170689709 -122.41321365958099 (37.7820170689709, -122.413213659581)
39041 214326 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 121 Miraloma Dr 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 2ft   5994581.43196 2096914.1717599998 37.7374159195969 -122.461238551316 (37.7374159195969, -122.461238551316)
47303 237934 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 101 Lower Ter 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 3ft   6000443.264219999 2106174.87839 37.76317919578 -122.441635909067 (37.76317919578, -122.441635909067)
53560 135870 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2550 Pierce St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 4ft   6001706.98139 2117190.01379 37.7934958986807 -122.438054218747 (37.7934958986807, -122.438054218747)
62151 214338 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 10 Granada Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5995645.44763 2089954.0994900002 37.7183664125644 -122.4570564727 (37.7183664125644, -122.4570564727)
64453 214316 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1898 08th Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 3ft   5993790.06824 2102612.96107 37.7530177802481 -122.464388282898 (37.7530177802481, -122.464388282898)
138151 237906 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3937 21st St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     22 Width 3ft   6002245.415080001 2103514.00804 37.755975601915104 -122.43521254633 (37.7559756019151, -122.43521254633)
147966 183564 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2595 30th Ave 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     6 Width 0ft   5987057.6296 2097628.3948 37.738941118307295 -122.487303955513 (37.7389411183073, -122.487303955513)
153128 200001 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1450 Griffith St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 0ft   6017674.9346 2092354.0887 37.7261968206849 -122.381075736801 (37.7261968206849, -122.381075736801)
162501 237907 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3911 21st St 3 Side Yard : Yard 17 Tree 1 Private 1     12     6002340.71018 2103530.84091 37.75602723197329 -122.43488418855301 (37.7560272319733, -122.434884188553)
179437 237912 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3974 22nd St 3 : 4 Tree 1 Private 1     20     6002002.928859999 2102961.58207 37.7544449998516 -122.436011614667 (37.7544449998516, -122.436011614667)

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