Skip to content

inventic/cartego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cartego

LEGAL DISCLAIMER: Cartego is not affiliated with any of the maps services it supports. Open Street Maps, however, is open data, and as such is the only officially supported provider, with the other services provided for completeness. Cartego does not offer any rights or protections outside of the terms and conditions of each respective service. Please note that use of this software to download map imagery from a maps service may be illegal in your area.

Cartego is a library for downloading tiles from popular maps services. Cartego is loosely based on cartegan, but cartego does offer some distinct differences:

  • cartego provides a server (and protocol) for hosting map tiles
  • cartego is written in Go
    • easy to embed in Go applications
    • users only need a binary to run stand-alone
  • cartego is a library (easy to embed) and a protocol built on HTTP

The bundled cartego command can act as either a server or a cli downloader. To compile (if it's in your GOPATH):

go install cartego/cartego

Help information can by found by:

cartego -help

For example, to download all tiles within 1 km of the White House:

cartego 38.8977 -77.0366 1

License

Cartego is licensed under the Apache License 2.0.

About

Image tile downloads for maps services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published