Skip to content

Ugomartinez/printobs

 
 

Repository files navigation

printobs

print offshore obs to screen

Contact

Patrik Bohlinger, Norwegian Meteorological Institute, patrikb@met.no

Purpose

Small program to print offshore obs to screen. All observations are being read from FROST API and need to be available there.

Installation

  1. Clone repository
git clone https://github.com/bohlinger/printobs.git
  1. Install conda environment
cd printobs
conda env create -f environment.yml
  1. Activate printobs
conda activate printobs
  1. Create a .env file in printobs root directory and include your FROST client id
(printobs) user@pc:~/printobs$ cat .env
CLIENT_ID=

The FROST client_id can be obtained here.

Usage

Usage example and help can be obtained by typing

printobs.py -h

About

print offshore obs to screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Shell 2.2%