Skip to content

Tool for displaying varying types of forecast data simultaneously.

License

Notifications You must be signed in to change notification settings

CIROH-UA/forecast_data_overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forecast_data_overlay

About

Tool for displaying varying types of forecast data simultaneously.

Initially produced by downsizing the functionality found in the NGIAB_data_preprocess repository to just the map application and data request functionality.

Setup

The setup for this project is largely identical to the uv-specific installation of the NGIAB_data_preprocess, with the caveat that this project is not currently a package and cannot be automatically installed.

  1. Clone the repository:

    git clone CIROH-UA/forecast_data_overlay
  2. Navigate to the project directory:

    cd forecast_data_overlay
  3. Set up uv tool as per instructions in the NGIAB_data_preprocess readme.

    # Install UV
    curl -LsSf https://astral.sh/uv/install.sh | sh
    # It can be installed via pip if that fails
    # pip install uv
  4. Set up the project with uv:

    uv venv
    uv sync

Running the Application

After setting up the project with uv, you can run the map application module using:

uv run modules/map_app

Then, open your web browser and navigate to one of the links provided in the terminal output (e.g., http://127.0.0.1:8080).

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Tool for displaying varying types of forecast data simultaneously.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published