Average rainfall 2001-2016, global tropics

Map: Average rainfall 2001-2016, global tropics

Other installations

Introduction

In addition to installing the virtual python environment, there are some additional applications required for running all the processes of Karttur’s GeoImagine Framework. This post lists the additioanl resources required and explains how to install them.

Prerequisites

The installations outlined in this post does not require any prior installations or setups, all apps listed in this post are stand-alone.

Additional resources

The following additional resources are require for running all of the processes of Karttur’s GeoImagine Framework:

  • wget,
  • AWSCLIV2,
  • aria2 and
  • inkscape

wget

Wget is a command-line tool for retrieving files using HTTP, HTTPS, FTP and FTPS (the most widely-used Internet protocols). In Karttur´s GeoImagine Framework, wget is used for accessing online available data from e.g.https://earthdata.nasa.gov, including MODIS and SMAP. To install Wget on MacOS you can use Homebrew.

$ brew install wget

The installation of Homebrew itself is covered in the blog post on ImageMagick.

Amazon Web Services Command Line Interface 2 (AWSCLIV2)

Some daa, including Digital Elevation Models (DEMs) are available as Amazon Web Services (AWS) Open Data. To access registries on AWS Open Data you can use the free Amazon Web Services Command Line Interface 2 (AWSCLIV2). To install AWSCLIV2 on your machine, check out Installing, updating, and uninstalling the AWS CLI version 2. Here is a summary of the steps needed for installation on MacOS:

  1. start a Terminal session.

  2. $ curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"

  3. $ sudo installer -pkg AWSCLIV2.pkg -target /

Give your machine password and the AWSCLIV2.pkg package should install and report back:

installer: Package name is AWS Command Line Interface
installer: Installing at base path /
installer: The install was successful.

aria2

aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. You can use brew for installation on MacOS:

$ brew install aria2

Inkscape

Inkscape is a drawing app that can also be accessed using the command line. You can install it as an ordinary binary app, and then access the command line features. it is used for transforming between vector and raster formats, for example for legends and maps.