Usage

If you have already installed hat then

Activate Environment

$ conda activate hat

Command Line Tool

Run a command line tool, for example

$ hat-station-mapping --help

For more information on individual command line tools, use the --help option at the command line or read the documentation, for instance for the station mapping tool.

Python API

In your python code you can import the hat module

import hat

For examples, please see these jupyter notebooks