Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iqqmut/osm-s12-creator


https://github.com/iqqmut/osm-s12-creator

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# osm-s12-creator

## Usage
`python generate.py -i OSM_FILE.osm -d output_dir`

This will create PDF file for each area in OSM_FILE.osm. You can combine all PDF files into one big PDF file with `pdftk` tool:

`pdftk *.pdf cat output output.pdf`

## Requirements
Pycairo (Python Cairo)