WikimapsAtlas / WikimapsAtlas-generator

A command line utility to convert heavy GIS sources into elegant administrative & topographic topojson files, raster files, and web friendly svg maps.
MIT License
45 stars 6 forks source link

Raster output quality to improve. #12

Open hugolpz opened 7 years ago

hugolpz commented 7 years ago

Strangely, running @wikiatlas in 2015 generated #svg images of smaller dimensions yet higher quality🙄 For topography&hillshade.🤔 To dig in!🤣 c9pmjbaxuaay9ah

hugolpz commented 7 years ago
Command & Result
convert ../output/$(NAME)/trans.gis.tif ../output/$(NAME)/trans.png
trans
convert ../output/$(NAME)/trans.gis.tif -blur 1x1 ../output/$(NAME)/trans.png
trans 1x1
convert ../output/$(NAME)/trans.gis.tif -blur 3x3 ../output/$(NAME)/trans.png
trans 3x3

wikiatlas_blur_2 screenshot from 2017-04-20 20-04-40

hugolpz commented 7 years ago