GithubHelp home page GithubHelp logo

praktikum-osm-query's Introduction

Simple OSM XML Toying

Prerequisites

The following assumes you want to manage the Ruby installation with rbenv. This is not strictly necessary but very comfortable as it allows you to use different Ruby variants and even gem-sets with different local projects.

Ruby Installation and Details

Install rbenv to manage Ruby:

brew install git
brew install rbenv
brew install ruby-build
brew install bash-completion

Add rbenv to PATH and make auto-completion work:

echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile

Depending on your terminal you might want/need to use .bashrc instead of .bash_profile.

Optional: Install modern Ruby

rbenv install 2.0.0-p247

Select local Ruby installation:

cd <project>
rbenv local 2.0.0-p247

Ruby Gem nokogiri

Install gem nokogiri for nicer XML support:

gem install nokogiri

Ruby Installation and Details

See the very few options:

ruby queryosm.rb --help

Run it with downloaded dump:

ruby queryosm.rb -f dump.xml

Run it with downloading from Web service

ruby queryosm.rb

Both will produce a (not properly projected and upside-down) SVG file

open out.svg

praktikum-osm-query's People

Contributors

woldan avatar

Watchers

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