Street_Tree_List

Data source: data.sfgov.org

7 rows where qCaretaker = 9 and qSpecies = 48 sorted by PlotSize

View and edit SQL

Suggested facets: qAddress

qCaretaker

  • Port · 7
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize ▼ PermitNotes XCoord YCoord Latitude Longitude Location
114566 114692 Permitted Site 1 Lagunaria patersonii :: Primrose Tree 48 391 Girard St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9 Private 3 12/01/2015 12:00:00 AM     Permit Number 774511 6010909.5 2092975.0 37.7275259502006 -122.404507285761 (37.7275259502006, -122.404507285761)
4933 3676 Permitted Site 1 Lagunaria patersonii :: Primrose Tree 48 100X Cargo Way 112 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9   04/10/2017 10:24:00 AM 3 3X3   6016964.487509999 2099042.50937 37.74452264751721 -122.38399727276101 (37.7445226475172, -122.383997272761)
4944 3666 Permitted Site 1 Lagunaria patersonii :: Primrose Tree 48 100X Cargo Way 102 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9   05/02/2017 03:06:00 PM 3 3X3   6017134.48475 2098914.37607 37.744180216238604 -122.383400533034 (37.7441802162386, -122.383400533034)
4959 3681 Permitted Site 1 Lagunaria patersonii :: Primrose Tree 48 100X Cargo Way 117 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9   05/02/2017 03:27:00 PM 3 3X3   6016866.9573099995 2099120.49255 37.7447313810499 -122.384339945926 (37.7447313810499, -122.384339945926)
4971 3674 Permitted Site 1 Lagunaria patersonii :: Primrose Tree 48 100X Cargo Way 110 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9   04/10/2017 10:22:00 AM 3 3X3   6016998.30504 2099015.89853 37.7444514490906 -122.383878484902 (37.7444514490906, -122.383878484902)
4976 3673 Permitted Site 1 Lagunaria patersonii :: Primrose Tree 48 100X Cargo Way 109 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9   04/10/2017 10:21:00 AM 3 3X3   6017015.17172 2099002.6203400004 37.7444159222737 -122.38381923847601 (37.7444159222737, -122.383819238476)
5053 3667 Permitted Site 1 Lagunaria patersonii :: Primrose Tree 48 100X Cargo Way 103 Sidewalk: Curb side : Cutout 1 Tree 1 Port 9   05/02/2017 03:19:00 PM 3 3X3   6017116.62756 2098928.27448 37.744217391521396 -122.38346324724199 (37.7442173915214, -122.383463247242)

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