The Wayback Machine - https://web.archive.org/web/20201028140914/https://github.com/ulikoehler/MapzMaker
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 

README.md

MapzMaker

Made with Natural Earth data

MapzMaker is a set of scripts to render

  • Country contours
  • States
  • Cities and other geographic overview data to SVG graphics and PNG images.

Its purpose is to provide 100% public-domain country images accessible to anyone, anywhere, anytime!

Installation

You can use mapzmaker directly from the repository, no installation required! Best of all: You don't even need to download any data, mapzmaker will do that for you!

git clone https://github.com/ulikoehler/MapzMaker.git
cd MapzMaker
sudo pip3 install -r requirements.txt

Let's render Germany and France!

./mapzmaker render DE FR

and make PNGs with width 1000 from the SVGs

./mapzmaker rasterize

The first time you use it, a few megabytes of country contours will be downloaded. mapzmaker will then render each country contour, and every state contour separately, telling you the files it is rendering to.

Now we have some SVGs (you can have a look at them in your browser), but we can also create PNGs, assuming you have inkscape installed. The entire process is fully automated, you don't have to open Inkscape manualy.

Output example:

Map of Germany

About

Create customized public domain vector & raster overview maps using NaturalEarth data

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.