Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 337 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 337 Bytes

Choropleth.rb

A tiny Ruby library to generate GeoJSON polygon collections with count, area, and density data from geographic point data

Installation and Usage

(Requires Ruby 1.9+) gem install build/choropleth-0.0.1.gem

Usage: ruby cli.rb datafile gridfile outfile

Datafile and gridfile must be valid GeoJSON FeatureCollections