"STOFS-Observer" is a repository designed for real-time analysis and visualization of Surge and Tide Operational Forecast System (STOFS) data.
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
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.
Example codes are available in the notebooks
folder.
Feel free to explore the repository and contribute to its development!