Skip to content

Instantly share code, notes, and snippets.

View restjohn's full-sized avatar

Robert St. John restjohn

View GitHub Profile
@restjohn
restjohn / csv2geojson.rb
Last active February 23, 2016 20:32
Simple Ruby CSV-to-GeoJSON command line utility
#!/bin/ruby
require 'smarter_csv'
require 'json'
require 'optparse'
class Csv2GeoJson
attr_reader :csv_source
attr_reader :lat_header