Street_Tree_List

Data source: data.sfgov.org

13 rows where qSiteInfo = 4 and qSpecies = 75

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH, PlotSize

qSiteInfo

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
23814 247646 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 2 : 4 Tree 1 Private 1     13 Width 5ft   6001616.30949 2108303.20625 37.769089824469496 -122.43773118404499 (37.7690898244695, -122.437731184045)
27058 247653 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 9 : 4 Tree 1 Private 1     15 Width 5ft   6001528.81511 2108296.30035 37.7690658872209 -122.438033326596 (37.7690658872209, -122.438033326596)
28662 247652 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 8 : 4 Tree 1 Private 1     14 Width 5ft   6001539.54665 2108297.82153 37.7690706742937 -122.437996315894 (37.7690706742937, -122.437996315894)
36914 247654 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 10 : 4 Tree 1 Private 1     15 Width 5ft   6001517.12711 2108295.57391 37.7690632279012 -122.438073702561 (37.7690632279012, -122.438073702561)
42207 203193 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 47 Ceres St 2 : 4 Tree 1 Private 1     17 Width 2ft   6013909.9694300005 2093925.2511200001 37.7303023748506 -122.39420106345301 (37.7303023748506, -122.394201063453)
43387 247655 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 11 : 4 Tree 1 Private 1     14 Width 5ft   6001504.48718 2108295.83572 37.769063227919105 -122.43811744198601 (37.7690632279191, -122.438117441986)
52425 247649 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 5 : 4 Tree 1 Private 1     14 Width 5ft   6001576.55462 2108299.96127 37.7690786539981 -122.437868461073 (37.7690786539981, -122.437868461073)
60522 247645 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 1 : 4 Tree 1 Private 1     14 Width 5ft   6001626.8491400005 2108303.83597 37.7690921528084 -122.437694773193 (37.7690921528084, -122.437694773193)
130003 247648 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 4 : 4 Tree 1 Private 1     15 Width 5ft   6001589.80232 2108300.84932 37.76908184567821 -122.43782270177 (37.7690818456782, -122.43782270177)
131340 247647 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 3 : 4 Tree 1 Private 1     15 Width 5ft   6001603.04575 2108301.54357 37.7690845049709 -122.437776943351 (37.7690845049709, -122.437776943351)
133845 247651 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 7 : 4 Tree 1 Private 1     16 Width 5ft   6001551.81383 2108298.34241 37.7690728021064 -122.437953921852 (37.7690728021064, -122.437953921852)
155493 247650 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 900 Duboce Ave 6 : 4 Tree 1 Private 1     15 Width 5ft   6001564.47006 2108298.85523 37.7690749298967 -122.437910181532 (37.7690749298967, -122.437910181532)
171005 203191 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 242 Texas St 1 : 4 Tree 1 Private 1     20 Width 3ft   6013713.77325 2105932.1269099996 37.7632598065236 -122.395720307939 (37.7632598065236, -122.395720307939)

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