How to Install mapnik-utils in Ubuntu 18.04



Install mapnik-utils by entering the following commands in the terminal:

sudo apt update
sudo apt install mapnik-utils

Description:

C++ toolkit for developing GIS applications (utilities)

Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . This package contains miscellaneous utilities distributed with mapnik: . shapeindex: program to creates file system based index for ESRI shape-files

Homepage: http://www.mapnik.org/

Version: 3.0.19+ds-1

Section: universe/utils