trees
9 rows where DBH = 20, qLegalStatus_id = 1 and qSpecies_id = 65 sorted by PlotSize
This data as json, CSV (advanced)
rowid | TreeID | qLegalStatus_id | qSpecies_id | qAddress | SiteOrder | qSiteInfo | PlantType | qCaretaker_id | qCareAssistant | PlantDate | DBH | PlotSize ▼ | PermitNotes | XCoord | YCoord | Latitude | Longitude | Location | Fire Prevention Districts | Police Districts | Supervisor Districts | Zip Codes | Neighborhoods (old) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
98080 | 124074 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 701 Funston Ave | 2 | Sidewalk: Property side : Yard | Tree | Private 2 | 20 | 5991915.64045 | 2110472.33987 | 37.7744893213305 | -122.471442985847 | (37.7744893213305, -122.471442985847) | 11 | 6 | 2 | 54 | 11 | ||||
156056 | 62982 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 1391 Vallejo St | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | FUF | 09/20/1991 12:00:00 AM | 20 | Permit Number 30047 | 6006920.35815 | 2118393.21581 | 37.7970946941148 | -122.420100923242 | (37.7970946941148, -122.420100923242) | 5 | 1 | 10 | 28858 | 32 | |
117834 | 221786 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 65 Scott St | 1 | : | Tree | Private 2 | 20 | Width 2ft | 6002363.3837 | 2108638.99661 | 37.7700542727214 | -122.435171122647 | (37.7700542727214, -122.435171122647) | 15 | 5 | 5 | 29492 | 9 | |||
21320 | 221799 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 430 Webster St | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 20 | Width 3ft | 6004120.07608 | 2110306.19132 | 37.7747315801401 | -122.42921364562 | (37.7747315801401, -122.42921364562) | 7 | 9 | 11 | 28852 | 10 | |||
100177 | 203509 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 942 Kirkham St | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 20 | Width 3ft | 5991897.43235 | 2105257.276 | 37.7601690974381 | -122.471125954211 | (37.7601690974381, -122.471125954211) | 1 | 8 | 4 | 56 | 12 | |||
156178 | 175175 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 231 Rome St | 1 | Sidewalk: Property side : Yard | Tree | Private 2 | 20 | Width 3ft | 5998599.64276 | 2088795.69735 | 37.7153549166607 | -122.446761792925 | (37.7153549166607, -122.446761792925) | 9 | 7 | 6 | 28861 | 25 | |||
59428 | 124537 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 1001 Balboa St | 14 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 20 | Width 4ft | 5992475.11566 | 2111339.64129 | 37.7769030459693 | -122.469570820438 | (37.7769030459693, -122.469570820438) | 11 | 6 | 2 | 54 | 11 | |||
153194 | 221788 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 67 Richland Ave | 1 | : | Tree | Private 2 | 20 | Width 4ft | 6005032.77253 | 2096203.58298 | 37.7360607419969 | -122.425052810752 | (37.7360607419969, -122.425052810752) | 2 | 7 | 5 | 28859 | 2 | |||
100713 | 221919 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 80 Vicksburg St | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 20 | Width 5ft | 6004080.1128 | 2102611.51792 | 37.7536015922648 | -122.428803219313 | (37.7536015922648, -122.428803219313) | 2 | 4 | 5 | 28862 | 22 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "trees" ( [rowid] INTEGER PRIMARY KEY, [TreeID] TEXT, [qLegalStatus_id] INTEGER REFERENCES [qLegalStatus]([id]), [qSpecies_id] INTEGER, [qAddress] TEXT, [SiteOrder] TEXT, [qSiteInfo] TEXT, [PlantType] TEXT, [qCaretaker_id] INTEGER REFERENCES [qCaretaker]([id]), [qCareAssistant] TEXT, [PlantDate] TEXT, [DBH] TEXT, [PlotSize] TEXT, [PermitNotes] TEXT, [XCoord] TEXT, [YCoord] TEXT, [Latitude] TEXT, [Longitude] TEXT, [Location] TEXT, [Fire Prevention Districts] TEXT, [Police Districts] TEXT, [Supervisor Districts] TEXT, [Zip Codes] TEXT, [Neighborhoods (old)] TEXT, FOREIGN KEY(qSpecies_id) REFERENCES qSpecies(id) );