Skip to content

heroberts/hackMyRoute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackMyRoute

To run ruby and bundler are prerequisitss Prerequisites: ruby and bundler. Then bundle install

To query run in irb shell

require './app/cycle_street'
cycle_street = CycleStreet.new
cycle_street.query

To convert a txt file in "-1.12,60.1 -1.03,63.1" format to GeoJson (the file will be overwritten)

require './app/geo_json'
geo_json = GeoJson.new('./path/to/file/filename')
geo_json.convert

To run tests

rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 51.6%
  • R 44.7%
  • JavaScript 3.5%
  • CSS 0.2%