Giter Club home page Giter Club logo

every-street's Introduction

every-street

Draw every street in Romania, based on OpenStreetMap data.

Sample

Read the article here: http://danburzo.ro/every-street

Installing

Clone this repository and run npm install on it.

Using

Here's how to create a similar map for any area:

  1. Dowload an .osm.pbf OpenStreetMap data file for your country/area from download.geofabrik.de and place it into data/data.osm.pbf.
  2. Extract data from your OSM file:
  3. node tools/extract-streets.js to extract street data into output/streets.txt;
  4. node tools/extract-nodes.js to extract node data into output/nodes.txt;
  5. node tools/load-nodes.js to load the nodes into a database so they can be looked up;
  6. node tools/apply-nodes.js to replace the node IDs in your street file with the actual coordinates of the nodes into output/streets-with-coordinates.txt;
  7. node tools/bbox.js to compute the bounding box and the aspect ratio for the map area into output/bbox.json;
  8. node tools/map-coords.js to transform the geographical coordinates to screen coordinates using a Spherical Mercator projection into output/streets-with-coordinates-mapped.txt;
  9. node tools/generate-svg.js to generate the final SVG.

Or, if you're brave enough, run them all in one fell swoop:

node tools/extract-streets.js && node tools/extract-nodes.js && node tools/load-nodes.js && node tools/apply-nodes.js && node tools/bbox.js && node tools/map-coords.js && node tools/generate-svg.js

...and wait... and wait.

Converting the SVG to PNG

ImageMagick has worked for me:

convert -density 900 output/streets.svg output/streets.png

every-street's People

Contributors

daliborgogic avatar danburzo avatar madskonradsen 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.