Skip to content

Map software for the M5 Paper ESP32 eInk development board

License

Notifications You must be signed in to change notification settings

codingjoe/M5Maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M5Maps

IMG_20220228_164828

Map software for the M5 Paper ESP32 eInk development board.

Setup

pip install -r requirements.txt

Usage

Usage: download_maps.py [OPTIONS] LON LAT DEST TILE_SRV...

OSM example:

./download_maps.py 9.7947192 61.8789995 "/Volumes/NO NAME" "https://a.tile.opentopomap.org/{z}/{x}/{y}.png" "https://b.tile.opentopomap.org/{z}/{x}/{y}.png" "https://c.tile.opentopomap.org/{z}/{x}/{y}.png"

Statkart example:

./download_maps.py 9.7947192 61.8789995 "/Volumes/NO NAME" "https://opencache.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={z}&x={x}&y={y}" "https://opencache2.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={z}&x={x}&y={y}" "https://opencache3.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={z}&x={x}&y={y}"

About

Map software for the M5 Paper ESP32 eInk development board

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published