Skip to content

Files

Latest commit

6a9b861 · Sep 10, 2020

History

History
35 lines (21 loc) · 903 Bytes

README.rst

File metadata and controls

35 lines (21 loc) · 903 Bytes

Emissions API World Map Creator

This project is a small command line tool to create beautiful world map images with data from the Emissions API.

Like this one:

https://github.com/emissions-api/emissionsapi-worldmap-creator/blob/master/example.png

Emissions API itself gives easy access to satellite-based emission data. For more information take a look at our website.

Installation

Install the command line tool using:

%> pip install emissionsapi-worldmap-creator

Example

Generate an image with the ozone data from the forth of June (the image above):

emissionsapi-worldmap-creator ozone 2020-06-04

To show all available options, run:

emissionsapi-worldmap-creator --help