-
git clone https://github.com/kirbu123/iitp_interpolation.git
-
cd iitp_interpolation
-
curl -sSL https://install.python-poetry.org | python3 - && poetry --version
-
poetry config virtualenvs.in-project true
-
cd iitp_interpolation
-
poetry install
-
poetry run ruff check --fix
-
poetry run cartesiangrid --image_path [...] --limits [...] --points [...]
-
poetry run interp
-
poetry run regulargrid