Skip to content

Turn-Your-Head Approach for IsoBased algorithms GSoC 2026 #110

@azad2003-ai

Description

@azad2003-ai

issue:
Route segments that cross land or other constraints are omitted from routing without replacement. This leads to depletion of routes in complicated environments.

e.g. rotate route segment by some degrees until it is in the water; chose direction on a random basis

FROM python:3.13

Update system dependencies

RUN apt-get update
&& apt-get upgrade -y
&& apt-get dist-upgrade -y
&& apt-get clean
&& apt autoremove -y
&& rm -rf /var/lib/apt/lists/*

WORKDIR /app

COPY ./WeatherRoutingTool ./WeatherRoutingTool

COPY ./pyproject.toml ./requirements.txt ./requirements-without-deps.txt ./cli.py ./

RUN pip install . && pip install --no-deps -r requirements-without-deps.txt

ENTRYPOINT [ "python", "/app/cli.py",
"--file", "/app/wrt_work_dir/config.json",
"--info-log-file", "/app/wrt_work_dir/logs/info.log" ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions