Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iqqmut/osm-s12-creator
https://github.com/iqqmut/osm-s12-creator
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/iqqmut/osm-s12-creator
- Owner: iqqmuT
- License: mit
- Created: 2015-09-29T16:22:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T16:27:41.000Z (over 9 years ago)
- Last Synced: 2024-04-16T11:05:00.001Z (9 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)