trees
10 rows where DBH = 22 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) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
169503 | 65718 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 206 Pope St | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | FUF | 04/18/1990 12:00:00 AM | 22 | Permit Number 28650 | 6000369.4893 | 2087691.53319 | 37.7124240746766 | -122.440565289581 | (37.7124240746766, -122.440565289581) | 9 | 7 | 6 | 28861 | 5 | |
54980 | 203512 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 1742 08th Ave | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 22 | Width 3ft | 5993754.13818 | 2103625.89987 | 37.7557969785536 | -122.464586080687 | (37.7557969785536, -122.464586080687) | 1 | 8 | 4 | 56 | 12 | |||
109510 | 221880 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 47 Coleridge St | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 22 | Width 3ft | 6007035.70082 | 2099744.20537 | 37.7458954419332 | -122.418378831241 | (37.7458954419332, -122.418378831241) | 2 | 7 | 7 | 28859 | 2 | |||
115755 | 175195 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 522 Avalon Ave | 4 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 22 | Width 3ft | 6004033.56494 | 2092456.82753 | 37.7257164970033 | -122.428240530581 | (37.7257164970033, -122.428240530581) | 9 | 7 | 6 | 28861 | 5 | |||
142087 | 203547 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 181 Flood Ave | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 22 | Width 3ft | 5999467.73526 | 2094058.60837 | 37.7298552121426 | -122.444139244847 | (37.7298552121426, -122.444139244847) | 9 | 7 | 4 | 63 | 40 | |||
162886 | 203588 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 77 Staples Ave | 5 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 22 | Width 3ft | 5999527.8711 | 2093756.33566 | 37.729028672217 | -122.443909639833 | (37.729028672217, -122.443909639833) | 9 | 7 | 4 | 63 | 40 | |||
121889 | 221935 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 102 Randall St | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 22 | Width 4ft | 6004836.87593 | 2097581.93653 | 37.7398343216046 | -122.425828185523 | (37.7398343216046, -122.425828185523) | 2 | 7 | 5 | 63 | 7 | |||
179502 | 221830 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 2451 Folsom St | 2 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 22 | Width 4ft | 6008241.38226 | 2104159.63616 | 37.7580870167112 | -122.414522128209 | (37.7580870167112, -122.414522128209) | 2 | 4 | 7 | 28859 | 19 | |||
39037 | 124123 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 83 Stanyan Blvd | 1 | Sidewalk: Curb side : Cutout | Tree | Private 2 | 22 | Width 5ft | 5996382.54086 | 2112452.81509 | 37.7801845808517 | -122.456134428556 | (37.7801845808517, -122.456134428556) | 11 | 6 | 2 | 54 | 16 | |||
127470 | 189220 | DPW Maintained 1 | Agonis flexuosa :: Peppermint Willow 65 | 1652 La Salle Ave | 1 | Sidewalk: Property side : Yard | Tree | Private 2 | 22 | Width 8ft | 6015291.93207 | 2096384.83865 | 37.737132622377 | -122.389595102843 | (37.737132622377, -122.389595102843) | 10 | 3 | 8 | 58 | 1 |
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) );