TileMill projects for maps we have rendered out in prep for the Reinvent Green Hackathon June 30/July 1st in New York City.
For more background, head over to our blog.
coolroofs/
There are over 200 cool roof buildings in New York City. This newly opened dataset identifies them by street address and geo location (Source).
/nyc-trees
A census of street trees by borough yielded datasets with a total of 623939 trees (Source). This map contains all boroughs except Staten Island.
nyc-greenstreets
Small planted areas that are maintained as Greenstreets (Source).
/nyc-buildings
Rich dataset containing over one million building footprints of New York City. Here we've colored them by footprint area (Source).
NOTE: this is powered by a postgis data, since the data are so heavy. We can give db dumps tomorrow morning - just ping me at @ian_villeda
nyc-school-zones
Elementary and middle school zones of New York City (Source).
NOTE: This layer can generate both middle and elementary school zone maps. To toggle between them, just uncomment the layer you want to see, and comment out the layer you don't want to see, like this:
/*
#nycmiddleschoolzones {
line-color:darken(#00FF7F,20);
line-width:1;
polygon-opacity:.5;
polygon-fill:#00FF7F;
}
*/
#nycelementaryschoolz {
line-color:darken(#007FFF,20);
line-width:1;
polygon-opacity:.5;
polygon-fill:#007FFF;
}