Street_Tree_List

Data source: data.sfgov.org

10 rows where qSiteInfo = 13 and qSpecies = 37

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qCaretaker, PlotSize, 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
3754 253538 DPW Maintained 3 Tristaniopsis laurina :: Swamp Myrtle 37 1000 Cayuga Ave 6 Back Yard : Yard 13 Tree 1 DPW 2   09/22/2017 02:43:00 PM 3 3x3   6000652.979169999 2091201.14277 37.7220768117153 -122.43983693715201 (37.7220768117153, -122.439836937152)
3832 253545 DPW Maintained 3 Tristaniopsis laurina :: Swamp Myrtle 37 1000 Cayuga Ave 13 Back Yard : Yard 13 Tree 1 DPW 2   09/27/2017 11:58:00 AM 3 3x3   6000652.979169999 2091201.14277 37.7220768117153 -122.43983693715201 (37.7220768117153, -122.439836937152)
4040 253539 DPW Maintained 3 Tristaniopsis laurina :: Swamp Myrtle 37 1000 Cayuga Ave 7 Back Yard : Yard 13 Tree 1 DPW 2   10/05/2017 04:07:00 PM 3 3x3   6000652.979169999 2091201.14277 37.7220768117153 -122.43983693715201 (37.7220768117153, -122.439836937152)
4116 253537 DPW Maintained 3 Tristaniopsis laurina :: Swamp Myrtle 37 1000 Cayuga Ave 5 Back Yard : Yard 13 Tree 1 DPW 2   10/05/2017 04:02:00 PM 3 3x3   6000652.979169999 2091201.14277 37.7220768117153 -122.43983693715201 (37.7220768117153, -122.439836937152)
36699 218742 Undocumented 2 Tristaniopsis laurina :: Swamp Myrtle 37 32 Los Palmos Dr 6 Back Yard : Yard 13 Tree 1 Private 1     3 Width 3ft   5998867.6092 2095887.4020200002 37.734842393562104 -122.44634545 (37.7348423935621, -122.44634545)
43628 218738 Undocumented 2 Tristaniopsis laurina :: Swamp Myrtle 37 32 Los Palmos Dr 2 Back Yard : Yard 13 Tree 1 Private 1     3 Width 3ft   5998805.22806 2095928.00663 37.734950321189 -122.446564042812 (37.734950321189, -122.446564042812)
61847 218740 Undocumented 2 Tristaniopsis laurina :: Swamp Myrtle 37 32 Los Palmos Dr 4 Back Yard : Yard 13 Tree 1 Private 1     3 Width 3ft   5998836.63311 2095909.61295 37.734901610308704 -122.446454142063 (37.7349016103087, -122.446454142063)
132146 218741 Undocumented 2 Tristaniopsis laurina :: Swamp Myrtle 37 32 Los Palmos Dr 5 Back Yard : Yard 13 Tree 1 Private 1     3 Width 3ft   5998851.10975 2095900.2680400002 37.73487677824821 -122.44640341939 (37.7348767782482, -122.44640341939)
149374 218737 Undocumented 2 Tristaniopsis laurina :: Swamp Myrtle 37 32 Los Palmos Dr 1 Back Yard : Yard 13 Tree 1 Private 1     3 Width 3ft   5998790.02414 2095935.97535 37.7349713329455 -122.446617181062 (37.7349713329455, -122.446617181062)
153368 218739 Undocumented 2 Tristaniopsis laurina :: Swamp Myrtle 37 32 Los Palmos Dr 3 Back Yard : Yard 13 Tree 1 Private 1     3 Width 3ft   5998821.443390001 2095918.27736 37.7349245331257 -122.446507281187 (37.7349245331257, -122.446507281187)

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