Created
February 1, 2018 16:22
-
-
Save anbnyc/37fcb61a8a5e3d89ba506089400180b4 to your computer and use it in GitHub Desktop.
Rollup of NYC 2015 Tree Census data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(dplyr) | |
library(tidyr) | |
library(jsonlite) | |
#https://data.cityofnewyork.us/Environment/2015-Street-Tree-Census-Tree-Data/pi5s-9p35 | |
raw <- read.csv("~/Downloads/2015StreetTreesCensus_TREES.csv", stringsAsFactors = F) | |
trees <- tbl_df(raw) %>% | |
group_by(boroname, nta_name, spc_common, health) %>% | |
summarise(n = n()) | |
write(toJSON(trees), "~/Desktop/trees.json") |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "", | |
"health": "", | |
"n": 243 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 137 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "bigtooth aspen", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "bigtooth aspen", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "black walnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "blue spruce", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 184 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "catalpa", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 195 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Douglas-fir", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "eastern cottonwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "eastern hemlock", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 161 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 44 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 133 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 44 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "holly", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 186 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 52 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "kousa dogwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 133 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 71 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 420 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 69 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "mimosa", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 75 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 90 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 254 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "pignut hickory", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 43 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 185 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "pine", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 107 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sassafras", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "smoketree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "spruce", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "tartar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "tree of heaven", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "Virginia pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "white pine", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "white pine", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Allerton-Pelham Gardens", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "", | |
"health": "", | |
"n": 100 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 40 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Atlantic white cedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "bald cypress", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "black cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "black walnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 49 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "eastern cottonwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "eastern cottonwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "eastern hemlock", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "eastern redcedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "empress tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 67 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 42 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 241 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Japanese snowbell", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 107 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 67 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "mimosa", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 154 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Shantung maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 40 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "tree of heaven", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Turkish hazelnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "white pine", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bedford Park-Fordham North", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "", | |
"health": "", | |
"n": 69 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "American hophornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "American larch", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 64 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 42 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Douglas-fir", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 121 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 286 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 76 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 106 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Ohio buckeye", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 59 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "red horse chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Shantung maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "silver birch", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 73 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "white pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Belmont", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "", | |
"health": "", | |
"n": 145 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 66 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Cornelian cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 76 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Japanese snowbell", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 42 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 160 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "mulberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 56 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Norway spruce", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 247 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "red pine", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sassafras", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "sycamore maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "tulip-poplar", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "tulip-poplar", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Bronxdale", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "", | |
"health": "", | |
"n": 107 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American beech", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "black cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "blackgum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 104 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "catalpa", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Chinese chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Chinese tree lilac", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Cornelian cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Cornelian cherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "false cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 232 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 77 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 121 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "mimosa", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 64 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Ohio buckeye", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Ohio buckeye", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Oklahoma redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "red pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "river birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "river birch", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 44 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "southern magnolia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "southern magnolia", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "southern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "trident maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "tulip-poplar", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "two-winged silverbell", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Claremont-Bathgate", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "", | |
"health": "", | |
"n": 73 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 118 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 72 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "eastern cottonwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 53 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 311 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 494 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Oklahoma redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 139 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Co-op City", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "", | |
"health": "", | |
"n": 92 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 108 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 74 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Chinese fringetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Douglas-fir", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "eastern redcedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 72 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 199 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 119 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 71 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 97 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 49 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "silver birch", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 40 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "tulip-poplar", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Crotona Park East", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "", | |
"health": "", | |
"n": 213 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 56 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Amur cork tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "black oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "black pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 127 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 73 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Chinese tree lilac", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Cornelian cherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "cucumber magnolia", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 251 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 180 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 67 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 40 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 113 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "magnolia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 52 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Oklahoma redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "pagoda dogwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 98 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "quaking aspen", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "quaking aspen", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "red horse chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 58 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 136 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "tree of heaven", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "Turkish hazelnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Concourse-Concourse Village", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "", | |
"health": "", | |
"n": 142 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 49 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American hophornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American larch", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American larch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 71 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "ash", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "black cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "black maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "black oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "bur oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 102 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 55 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Chinese tree lilac", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Chinese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "crepe myrtle", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "crepe myrtle", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "European beech", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "false cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "hardy rubber tree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 317 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Japanese maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 150 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "kousa dogwood", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 80 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 52 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "magnolia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Oklahoma redbud", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Oklahoma redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "paper birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "paper birch", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 133 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sawtooth oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "shingle oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "silver birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 74 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "southern magnolia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "tartar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "East Tremont", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "", | |
"health": "", | |
"n": 202 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 44 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American hophornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "blue spruce", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "bur oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 93 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "catalpa", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 177 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "crepe myrtle", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Douglas-fir", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "eastern redcedar", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "empress tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 71 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 115 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 54 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 264 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "magnolia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 101 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "mimosa", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 89 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Persian ironwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 216 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "pine", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 65 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 102 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "southern magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "sycamore maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "Turkish hazelnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "white pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Eastchester-Edenwald-Baychester", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "", | |
"health": "", | |
"n": 58 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American beech", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American hophornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "blackgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 43 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "eastern cottonwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "eastern hemlock", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 156 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 70 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "pignut hickory", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 89 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "tartar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Fordham South", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "", | |
"health": "", | |
"n": 182 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "black pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "blackgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 143 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 68 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 43 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "cockspur hawthorn", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "cockspur hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "European beech", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 257 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 98 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Oklahoma redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 177 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 63 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "tulip-poplar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Highbridge", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "", | |
"health": "", | |
"n": 228 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American larch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Atlantic white cedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "black oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "blackgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "boxelder", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 176 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "catalpa", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 154 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 76 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "cockspur hawthorn", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "cockspur hawthorn", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 44 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "eastern cottonwood", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "eastern redcedar", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "eastern redcedar", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 77 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 99 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 93 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 533 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Japanese snowbell", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Japanese snowbell", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 191 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 67 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 102 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 108 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "magnolia", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "magnolia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Oklahoma redbud", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "paper birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "paperbark maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 77 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 72 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "red horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "sassafras", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "silver birch", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "smoketree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 74 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "trident maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Turkish hazelnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "Turkish hazelnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Hunts Point", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "", | |
"health": "", | |
"n": 76 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 54 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 49 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 159 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Oklahoma redbud", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 179 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "red pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "shingle oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Kingsbridge Heights", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "", | |
"health": "", | |
"n": 96 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "black walnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "blackgum", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 142 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "European alder", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "flowering dogwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 80 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 232 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 88 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 72 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 53 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 93 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Siberian elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "two-winged silverbell", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Longwood", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "", | |
"health": "", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "sassafras", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Marble Hill-Inwood", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "", | |
"health": "", | |
"n": 159 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 64 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 178 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "European alder", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 42 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 167 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 150 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 65 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 91 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "pagoda dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 64 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 68 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Siberian elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 121 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "tartar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "trident maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Melrose South-Mott Haven North", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "", | |
"health": "", | |
"n": 153 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American hophornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Amur cork tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "black cherry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 161 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 65 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Chinese tree lilac", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "European alder", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "flowering dogwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 97 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 353 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Japanese hornbeam", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 142 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 87 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 156 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "paper birch", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "paper birch", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 70 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "red horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 58 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "river birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Morrisania-Melrose", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "", | |
"health": "", | |
"n": 140 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 59 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 79 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Atlas cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "bigtooth aspen", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "black walnut", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "bur oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 96 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 82 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 82 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "cockspur hawthorn", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Cornelian cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Cornelian cherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "English oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 67 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 256 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Japanese snowbell", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 106 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 96 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 121 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "mulberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 54 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Oklahoma redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Osage-orange", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 116 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "quaking aspen", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "sassafras", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 103 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 42 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mott Haven-Port Morris", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "", | |
"health": "", | |
"n": 125 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American beech", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American beech", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 54 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 52 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 101 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 56 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Cornelian cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "crepe myrtle", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 76 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "holly", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 69 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 350 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 128 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 87 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 55 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "mimosa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "mimosa", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 100 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "pond cypress", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "pond cypress", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "river birch", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "river birch", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "sawtooth oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Siberian elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Mount Hope", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "", | |
"health": "", | |
"n": 100 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "American larch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "boxelder", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 123 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 66 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 63 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 55 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "holly", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 80 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Japanese maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "kousa dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 151 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "magnolia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "magnolia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 78 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 52 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 155 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "pagoda dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "pignut hickory", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 171 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 93 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "southern magnolia", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "tartar maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "white pine", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "white pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "North Riverdale-Fieldston-Riverdale", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "", | |
"health": "", | |
"n": 111 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American beech", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "bald cypress", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 134 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 224 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 114 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 90 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 58 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 207 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sawtooth oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Shantung maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 49 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Norwood", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "", | |
"health": "", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "American larch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Chinese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 129 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 58 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 70 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "weeping willow", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Parkchester", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "", | |
"health": "", | |
"n": 111 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American beech", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Atlantic white cedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Atlas cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "bigtooth aspen", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "black walnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "blue spruce", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 270 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "catalpa", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 179 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Chinese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "eastern hemlock", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "European beech", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 81 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Himalayan cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 180 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Japanese snowbell", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 112 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 181 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 280 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "magnolia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "mulberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 191 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "paper birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Persian ironwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 170 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "red horse chestnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 107 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "river birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 44 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 60 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 74 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "spruce", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "sycamore maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "weeping willow", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Bay-Country Club-City Island", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "", | |
"health": "", | |
"n": 131 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 112 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 64 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Cornelian cherry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 144 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Japanese snowbell", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 59 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 145 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 229 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "mimosa", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "mulberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 49 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 52 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 189 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Ohio buckeye", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 159 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "red pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "sassafras", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "sassafras", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Scots pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "tree of heaven", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Pelham Parkway", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "", | |
"health": "", | |
"n": 172 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American larch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 66 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Atlas cedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "bigtooth aspen", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "blue spruce", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "boxelder", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "bur oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 395 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "catalpa", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 242 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 68 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "cucumber magnolia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "eastern redcedar", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "false cypress", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "false cypress", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "flowering dogwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 116 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 106 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 132 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 336 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 208 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 196 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 608 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 87 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 282 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "paper birch", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 262 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 60 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 157 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "red pine", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "river birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "shingle oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Siberian elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 91 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 100 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "spruce", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 56 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "sycamore maple", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "tartar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Turkish hazelnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "white pine", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Schuylerville-Throgs Neck-Edgewater Park", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "", | |
"health": "", | |
"n": 53 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 91 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "bald cypress", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "black walnut", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "boxelder", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 53 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 86 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "empress tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 78 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 117 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 117 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 151 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 182 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 44 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 194 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Bruckner", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "", | |
"health": "", | |
"n": 113 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "black cherry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "black oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "blue spruce", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 146 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "catalpa", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 228 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "cockspur hawthorn", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "eastern cottonwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 49 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "false cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 101 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 83 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "holly", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 370 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 254 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 125 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 86 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 481 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "mulberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 69 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "paper birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Persian ironwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 215 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 53 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "red horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 78 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "sassafras", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Scots pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Shantung maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "shingle oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 118 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "spruce", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "tartar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "tulip-poplar", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "tulip-poplar", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "Turkish hazelnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "white pine", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Soundview-Castle Hill-Clason Point-Harding Park", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "", | |
"health": "", | |
"n": 91 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American larch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Atlantic white cedar", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "black oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 120 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 68 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Cornelian cherry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "European beech", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "false cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 64 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 146 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 76 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 96 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 83 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "paperbark maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 279 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "quaking aspen", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "river birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "smoketree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 54 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "tartar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Spuyten Duyvil-Kingsbridge", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "", | |
"health": "", | |
"n": 140 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 59 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 117 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 61 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Cornelian cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "crepe myrtle", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "eastern redcedar", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "eastern redcedar", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 69 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 222 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 154 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 64 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 70 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 92 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "sawtooth oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Siberian elm", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "southern magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 40 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "tartar maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "tree of heaven", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "tulip-poplar", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "two-winged silverbell", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "two-winged silverbell", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "University Heights-Morris Heights", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "", | |
"health": "", | |
"n": 120 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American beech", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American larch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 91 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Amur cork tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "black cherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 112 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Cornelian cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "false cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "flowering dogwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 88 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 267 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 56 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 104 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 123 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "magnolia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "magnolia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "mulberry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Osage-orange", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Osage-orange", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "paper birch", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 59 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 352 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "river birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Schumard's oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 61 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Turkish hazelnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Cortlandt Village", | |
"spc_common": "willow oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "", | |
"health": "", | |
"n": 135 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 85 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "black walnut", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "blue spruce", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 123 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 208 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Chinese chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Chinese fringetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "eastern cottonwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "empress tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "European alder", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 94 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 93 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "hardy rubber tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 44 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "holly", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 175 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese snowbell", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 77 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 147 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 293 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "mimosa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 158 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Ohio buckeye", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "paper birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "pignut hickory", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 188 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 85 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "shingle oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 56 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 40 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "sycamore maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "tulip-poplar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "tulip-poplar", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "white pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Van Nest-Morris Park-Westchester Square", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "", | |
"health": "", | |
"n": 174 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 49 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Amur cork tree", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "black cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 55 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 59 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 360 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 189 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 149 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 62 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 110 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "pitch pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Schumard's oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "shingle oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 102 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "tulip-poplar", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "two-winged silverbell", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Concourse", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "", | |
"health": "", | |
"n": 91 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "bald cypress", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 42 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "crepe myrtle", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "crepe myrtle", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 91 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "holly", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 160 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 77 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 42 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 90 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 112 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 99 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Persian ironwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 70 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "red horse chestnut", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 56 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "Turkish hazelnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "West Farms-Bronx River", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "", | |
"health": "", | |
"n": 111 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "American hophornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 68 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "bald cypress", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "blue spruce", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "boxelder", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 127 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 198 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Chinese tree lilac", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "empress tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "European alder", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 65 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "holly", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 217 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 170 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 106 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 215 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "paperbark maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Persian ironwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "pignut hickory", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 120 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "pitch pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "pond cypress", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 61 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 56 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "sycamore maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "tulip-poplar", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "two-winged silverbell", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Westchester-Unionport", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "", | |
"health": "", | |
"n": 176 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Atlas cedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "bigtooth aspen", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 133 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 278 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 55 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Chinese tree lilac", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "eastern cottonwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "eastern hemlock", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 36 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "English oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "false cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 70 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 61 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 65 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 262 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Japanese hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 175 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 74 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 265 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 65 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "paperbark maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 347 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "pitch pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 64 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "silver birch", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "silver birch", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 51 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 56 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "trident maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "tulip-poplar", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "white pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Williamsbridge-Olinville", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "", | |
"health": "", | |
"n": 160 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "arborvitae", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "arborvitae", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "black locust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "blackgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "boxelder", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "boxelder", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 164 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "catalpa", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 202 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Cornelian cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "crepe myrtle", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "golden raintree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 118 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "holly", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 487 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese snowbell", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 183 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 268 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 31 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 331 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "magnolia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "mulberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 87 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 226 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Norway spruce", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "pagoda dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "paper birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Persian ironwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 323 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "pine", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 83 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Shantung maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Shantung maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "silver birch", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "silver maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 74 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "southern magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 135 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "tree of heaven", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Bronx", | |
"nta_name": "Woodlawn-Wakefield", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "", | |
"health": "", | |
"n": 74 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "arborvitae", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 119 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Cornelian cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 83 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Japanese hornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 114 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 66 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 387 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "mimosa", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "mimosa", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 60 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 80 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "pond cypress", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "pond cypress", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "sassafras", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 71 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "spruce", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bath Beach", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 32 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "", | |
"health": "", | |
"n": 304 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American hophornbeam", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 91 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Atlantic white cedar", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Atlas cedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Atlas cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "bald cypress", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "black maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "boxelder", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "boxelder", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 54 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 436 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 176 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 54 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "cockspur hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 75 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 43 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "eastern cottonwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "eastern redcedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "European beech", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "flowering dogwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 227 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 75 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "hardy rubber tree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Himalayan cedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "holly", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 255 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 28 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 324 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 59 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 219 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 220 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 1811 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "magnolia", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "magnolia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "maple", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 62 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 73 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 199 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Norway spruce", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "paper birch", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "paperbark maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "pignut hickory", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 44 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 529 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "red horse chestnut", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "red horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 115 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "red pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "river birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "scarlet oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "serviceberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 73 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "smoketree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 109 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "southern magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "southern red oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 68 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 76 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "sweetgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "tulip-poplar", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "two-winged silverbell", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "weeping willow", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bay Ridge", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "", | |
"health": "", | |
"n": 114 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American beech", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 88 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Amur cork tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "bald cypress", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "blackgum", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "bur oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 224 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 49 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 50 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "cockspur hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Douglas-fir", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "English oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "European alder", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "false cypress", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 133 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 63 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 83 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 488 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Japanese snowbell", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 172 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "kousa dogwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 35 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 144 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 102 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 348 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "magnolia", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "mimosa", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "mimosa", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 60 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 41 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Norway spruce", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "paperbark maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "paperbark maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 51 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 238 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "red pine", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Schumard's oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Schumard's oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 178 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 71 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 46 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "tulip-poplar", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Turkish hazelnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "two-winged silverbell", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bedford", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "", | |
"health": "", | |
"n": 112 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 23 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "arborvitae", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Atlantic white cedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Atlas cedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "bigtooth aspen", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "black locust", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "black maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "blue spruce", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "boxelder", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 163 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 103 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 65 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Cornelian cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Cornelian cherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "eastern cottonwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "English oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 64 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "hardy rubber tree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 152 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Japanese snowbell", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 144 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "katsura tree", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "kousa dogwood", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "kousa dogwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 132 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 155 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 805 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 42 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 66 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Norway spruce", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "pignut hickory", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 208 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "quaking aspen", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 47 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sassafras", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sawtooth oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "scarlet oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "serviceberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "shingle oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "silver birch", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "silver linden", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "smoketree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "smoketree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 73 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "spruce", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "spruce", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sugar maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sweetgum", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "trident maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "white oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "white oak", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst East", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "", | |
"health": "", | |
"n": 156 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American beech", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American beech", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 57 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 88 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Amur cork tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "bald cypress", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "black cherry", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "black oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "blackgum", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 14 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 195 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "catalpa", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 76 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Chinese elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Chinese tree lilac", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Cornelian cherry", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "crepe myrtle", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 30 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 25 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "dawn redwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "empress tree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "English oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "English oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "European alder", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "false cypress", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 85 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "holly", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 39 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 277 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Japanese snowbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 16 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 220 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "kousa dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 38 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "littleleaf linden", | |
"health": "Good", | |
"n": 184 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "littleleaf linden", | |
"health": "Poor", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "London planetree", | |
"health": "Fair", | |
"n": 88 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "London planetree", | |
"health": "Good", | |
"n": 1137 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "London planetree", | |
"health": "Poor", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "maple", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "mimosa", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "mulberry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "mulberry", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "northern red oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "northern red oak", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "northern red oak", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Norway maple", | |
"health": "Fair", | |
"n": 29 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Norway maple", | |
"health": "Good", | |
"n": 108 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Norway maple", | |
"health": "Poor", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Ohio buckeye", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Oklahoma redbud", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "pagoda dogwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "pagoda dogwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "pagoda dogwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "paper birch", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "pin oak", | |
"health": "Fair", | |
"n": 26 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "pin oak", | |
"health": "Good", | |
"n": 281 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "pin oak", | |
"health": "Poor", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "pond cypress", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "purple-leaf plum", | |
"health": "Fair", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "purple-leaf plum", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "purple-leaf plum", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "quaking aspen", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "red horse chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "red maple", | |
"health": "Fair", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "red maple", | |
"health": "Good", | |
"n": 54 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "red maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "river birch", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sassafras", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sawtooth oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sawtooth oak", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sawtooth oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "scarlet oak", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Schumard's oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "serviceberry", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "shingle oak", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "shingle oak", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Siberian elm", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Siberian elm", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "silver birch", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "silver birch", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "silver linden", | |
"health": "Fair", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "silver linden", | |
"health": "Good", | |
"n": 68 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "silver maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "silver maple", | |
"health": "Good", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Sophora", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Sophora", | |
"health": "Good", | |
"n": 124 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Sophora", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "southern red oak", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sugar maple", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sugar maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "swamp white oak", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "swamp white oak", | |
"health": "Good", | |
"n": 48 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "swamp white oak", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sweetgum", | |
"health": "Good", | |
"n": 24 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sycamore maple", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sycamore maple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "sycamore maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "tartar maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "tree of heaven", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "tree of heaven", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "trident maple", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "tulip-poplar", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Turkish hazelnut", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "Turkish hazelnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "two-winged silverbell", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "weeping willow", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "white ash", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "white ash", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "white ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "white oak", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "willow oak", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Bensonhurst West", | |
"spc_common": "willow oak", | |
"health": "Good", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "", | |
"health": "", | |
"n": 238 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "'Schubert' chokecherry", | |
"health": "Good", | |
"n": 19 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American elm", | |
"health": "Good", | |
"n": 37 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American elm", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American hophornbeam", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American hophornbeam", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American hophornbeam", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American hornbeam", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American hornbeam", | |
"health": "Good", | |
"n": 21 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American hornbeam", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American linden", | |
"health": "Fair", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American linden", | |
"health": "Good", | |
"n": 119 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "American linden", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Amur cork tree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Amur maackia", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Amur maackia", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Amur maackia", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Amur maple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Amur maple", | |
"health": "Good", | |
"n": 9 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Amur maple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "arborvitae", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "ash", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "ash", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Atlantic white cedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Atlantic white cedar", | |
"health": "Good", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "bald cypress", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "bald cypress", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "bigtooth aspen", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "black cherry", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "black cherry", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "black locust", | |
"health": "Good", | |
"n": 8 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "black oak", | |
"health": "Good", | |
"n": 12 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "black walnut", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "blackgum", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "blue spruce", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "bur oak", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Callery pear", | |
"health": "Fair", | |
"n": 27 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Callery pear", | |
"health": "Good", | |
"n": 311 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Callery pear", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "catalpa", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "catalpa", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "cherry", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "cherry", | |
"health": "Good", | |
"n": 155 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "cherry", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Chinese chestnut", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Chinese chestnut", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Chinese elm", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Chinese elm", | |
"health": "Good", | |
"n": 33 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Chinese fringetree", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Chinese fringetree", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Chinese tree lilac", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "cockspur hawthorn", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "cockspur hawthorn", | |
"health": "Good", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "common hackberry", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "common hackberry", | |
"health": "Good", | |
"n": 18 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "common hackberry", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "crab apple", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "crab apple", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "crab apple", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "crepe myrtle", | |
"health": "Good", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "crimson king maple", | |
"health": "Fair", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "crimson king maple", | |
"health": "Good", | |
"n": 55 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "crimson king maple", | |
"health": "Poor", | |
"n": 5 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "cucumber magnolia", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "dawn redwood", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "dawn redwood", | |
"health": "Good", | |
"n": 62 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Douglas-fir", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "eastern cottonwood", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "eastern cottonwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "eastern hemlock", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "eastern redbud", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "eastern redbud", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "eastern redbud", | |
"health": "Poor", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "eastern redcedar", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "eastern redcedar", | |
"health": "Good", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "English oak", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "European beech", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "European hornbeam", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "European hornbeam", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "European hornbeam", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "flowering dogwood", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "flowering dogwood", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "flowering dogwood", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "ginkgo", | |
"health": "Fair", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "ginkgo", | |
"health": "Good", | |
"n": 146 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "ginkgo", | |
"health": "Poor", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "golden raintree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "golden raintree", | |
"health": "Good", | |
"n": 15 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "green ash", | |
"health": "Fair", | |
"n": 17 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "green ash", | |
"health": "Good", | |
"n": 134 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "green ash", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "hardy rubber tree", | |
"health": "Good", | |
"n": 13 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "hawthorn", | |
"health": "Fair", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "hawthorn", | |
"health": "Good", | |
"n": 22 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "hawthorn", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "hedge maple", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "hedge maple", | |
"health": "Good", | |
"n": 20 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "hedge maple", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "honeylocust", | |
"health": "Fair", | |
"n": 34 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "honeylocust", | |
"health": "Good", | |
"n": 393 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "honeylocust", | |
"health": "Poor", | |
"n": 4 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "horse chestnut", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "horse chestnut", | |
"health": "Good", | |
"n": 7 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "horse chestnut", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese hornbeam", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese hornbeam", | |
"health": "Good", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese maple", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese maple", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese snowbell", | |
"health": "Fair", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese tree lilac", | |
"health": "Fair", | |
"n": 6 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese tree lilac", | |
"health": "Good", | |
"n": 11 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese tree lilac", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese zelkova", | |
"health": "Fair", | |
"n": 10 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese zelkova", | |
"health": "Good", | |
"n": 235 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Japanese zelkova", | |
"health": "Poor", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "katsura tree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "katsura tree", | |
"health": "Good", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Fair", | |
"n": 3 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Kentucky coffeetree", | |
"health": "Good", | |
"n": 45 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Fair", | |
"n": 1 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Good", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "Kentucky yellowwood", | |
"health": "Poor", | |
"n": 2 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "littleleaf linden", | |
"health": "Fair", | |
"n": 40 | |
}, | |
{ | |
"boroname": "Brooklyn", | |
"nta_name": "Borough Park", | |
"spc_common": "littleleaf linden", | |
"health": " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment