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.
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.
-
Clone the repository:
git clone CIROH-UA/forecast_data_overlay
-
Navigate to the project directory:
cd forecast_data_overlay -
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
-
Set up the project with uv:
uv venv uv sync
After setting up the project with uv, you can run the map application module using:
uv run modules/map_appThen, open your web browser and navigate to one of the links provided in the terminal output (e.g., http://127.0.0.1:8080).
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.