Street_Tree_List

Data source: data.sfgov.org

12 rows where SiteOrder = 6, qSiteInfo = 9 and qSpecies = 55

View and edit SQL

Suggested facets: DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
59534 207961 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 70 Woodside Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 3ft   5995740.66413 2100249.86529 37.7466415563731 -122.457471834475 (37.7466415563731, -122.457471834475)
59953 207945 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 2300 09th Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 3ft   5992693.35222 2100498.87072 37.7471497533695 -122.46802714043501 (37.7471497533695, -122.468027140435)
64895 177055 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 765 Delano Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 10ft   5998959.63131 2090185.20091 37.7191907338521 -122.44561738044399 (37.7191907338521, -122.445617380444)
67597 207379 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 1251 Funston Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     12 Width 5ft   5992036.47883 2106848.63378 37.7645465861817 -122.470760979659 (37.7645465861817, -122.470760979659)
69652 120478 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 2201 Lake St 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 1ft   5988614.91495 2114641.72629 37.78574578718071 -122.483166366817 (37.7857457871807, -122.483166366817)
72614 227310 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 415 Beacon St 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     5 Width 2ft   6002320.65439 2098300.9350099997 37.741666007681296 -122.434579607974 (37.7416660076813, -122.434579607974)
149263 191456 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 110 Main St 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     11 Width 3ft   6014463.08258 2115949.76346 37.7908076361998 -122.393829922227 (37.7908076361998, -122.393829922227)
153349 208006 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 551 Joost Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 10ft   5998446.5912 2094951.6285700002 37.7322489268386 -122.44773370554701 (37.7322489268386, -122.447733705547)
160883 227269 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 739 27th St 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 7ft   6001725.03317 2099972.93353 37.746223091938894 -122.43675872284099 (37.7462230919389, -122.436758722841)
167000 122135 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 1 15th Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     20     5991115.45698 2114997.03818 37.78686657212 -122.47454122766099 (37.78686657212, -122.474541227661)
175179 249628 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 2450 Golden Gate Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     18 Width 7ft   5997613.51975 2111318.82879 37.7771415320813 -122.45179410233999 (37.7771415320813, -122.45179410234)
184012 207997 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 395 Joost Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14 Width 10ft   5999481.71143 2094946.11387 37.73229289198321 -122.444154676308 (37.7322928919832, -122.444154676308)

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