py4sci

Table Of Contents

Previous topic

Welcome to the osm2hydro Documentation

Next topic

osm2hydro

This Page

Using the tools

Using the command-line scripts

Two use the tools two ini files must be made:

  1. osm2hydro.ini - To define the steps to take, define width of lines elements, geographical regions etc.
  2. osm2shp.ini - Define how to include OSM tags in shape files. See the osm2shp help fro details

Once these are made you can run osm2hydro:

osm2hydro -c osm2hyro.ini

Using the tools from within python

See the ipython notebook for an example