Street_Tree_List

Data source: data.sfgov.org

5 rows where qSiteInfo = 17 and qSpecies = 67

View and edit SQL

Suggested facets: DBH, PlotSize

qSiteInfo

  • Side Yard : Yard · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
69445 201615 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 5 Side Yard : Yard 17 Tree 1 Private 1     2 Width 4ft   6020732.10647 2093000.2197599998 37.728139252612 -122.370551779534 (37.728139252612, -122.370551779534)
132813 201611 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 1 Side Yard : Yard 17 Tree 1 Private 1     2 Width 9ft   6020793.34161 2092957.5019 37.7280253184122 -122.37033713297501 (37.7280253184122, -122.370337132975)
177224 201612 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 2 Side Yard : Yard 17 Tree 1 Private 1     2 Width 3ft   6020781.6072 2092974.15888 37.7280704113081 -122.370378850726 (37.7280704113081, -122.370378850726)
184178 201613 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 3 Side Yard : Yard 17 Tree 1 Private 1     2 Width 4ft   6020763.58395 2092982.86481 37.728093326933205 -122.370441760089 (37.7280933269332, -122.370441760089)
185405 201614 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 4 Side Yard : Yard 17 Tree 1 Private 1     3 Width 4ft   6020747.34365 2092993.8196 37.728122515333396 -122.370498661104 (37.7281225153334, -122.370498661104)

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