This file contains 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
var osmium = require('osmium'); | |
var _ = require("lodash") | |
var count = 0; | |
var restrictions=0; | |
var relHandler = new osmium.Handler(); | |
var geomHandler = new osmium.Handler(); | |
var nodes = [] |
This file contains 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
#!/usr/bin/env ruby | |
require 'rubygems' | |
require 'aws/s3' | |
require 'fileutils' | |
ACCESS_KEY_ID = "put yours here" | |
SECRET_ACCESS_KEY = "put yours here" | |