8000 GitHub - acui/osmand_topo_map_generator: Using OsmAnd to make a printable topographic map.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

acui/osmand_topo_map_generator

Repository files navigation

Printable Map from OsmAnd

This is a tool to generate a printable topographic map by using screenshots from OsmAnd (https://osmand.net). The map uses the UTM grid and has declination information. It's to be used with a compass or a GPS device with UTM coordinates.

Installation

Tested on Python 3.11

Usage

First, run:

python topo_map_generator.py --paper_size A4 --orientation portrait 富士山 54S 295102 3917080 1:25000 topomaps/富士山

It will generate a GPX file to the topomaps/富士山.

Then import the 富士山.gpx file into OsmAnd and take screenshots that overlapping and cover the whole region. The screenshots should be taken by using the arrow keys to follow a zigzag pattern. Example

Copy the screenshots to the topomaps/富士山. The program will merge all the screenshots and find 4 corners of the region. You could correct it and let the program generate the final map for you.

Example result:

Example

Known Issues

  • Can not generate a map when the equator is in the region.
  • Metric units only.

License

The source in this repository falls under an MIT license (see LICENSE)

About

Using OsmAnd to make a printable topographic map.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0