Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.05 KB

STOFS-Observer

"STOFS-Observer" is a repository designed for real-time analysis and visualization of Surge and Tide Operational Forecast System (STOFS) data.

Download

To download the available codes and files from this repository, clone it to your local machine using Git:

git clone https://github.com/AtiehAlipour-NOAA/STOFS-Observer.git

Setup Python Environment

We recommend setting up a Conda virtual environment to manage dependencies and ensure a consistent environment. If you haven't already, install Conda by following the instructions here.

Once Conda is installed, create a new virtual environment using the provided environment.yml file. Run the following command:

conda env create -f environment.yml
conda activate STOFS-Observer

The environment.yml file contains the necessary packages and dependencies for this project.

Usage

Example codes are available in the notebooks folder.

Feel free to explore the repository and contribute to its development!