Giter VIP home page Giter VIP logo

nycenergy's Introduction

Reinvent Green Maps

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.

Cool roof buildings

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).

Street trees

/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.

Green streets

nyc-greenstreets

Small planted areas that are maintained as Greenstreets (Source).

Building perimeter outlines

/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

School zones

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;
}

nycenergy's People

Contributors

wildintellect avatar ian29 avatar shakythesherpa avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.