This software is supported by the Weather and Climate Information Services (WISER) Programme, which is funded with UK International Development from the UK government and led by the Met Office in the UK.
Project Manager: Dr. Stefan Lines
Lead Developers: Dr. Nick Savage & Eleanor Dean
To get started with OSOP, start by cloning this github repo:
Clone this repo
git clone https://github.com/OSFTools/osop.git
cd osopThen, set-up a conda environment. The conda environment contains all the packages you will need to run this library.
Create conda environment
conda env create --file environment.ymlYou will need to activate your conda environment every time you want to use this library
conda activate osopNow dive into the User Guide to learn more about downloading data and creating forecast products.
Tip
If you are new to using GitHub we recommend reading the GitHub getting started.
OSOP is an Open Source project hosted on Github. Anyone with a GitHub account may create an issue on our OSOP GitHub project page for raising:
- bug reports
- feature requests
- documentation improvements
Important
To contribute to this project as a developer, please read the Contributing guidelines.
