https://github.com/Urban-Analytics-Technology-Platform/od2net/blob/main/docs/tutorial_examples.md tutorial is bit confusing and python scripts are actually expecting a lot of harness to actually work.
- I think it might be useful to create another image using builder stage of Dockerfile which would serve as examples "compiler"
- README.md in examples folder would be easier to follow than a link to url to docs hidden in echo.sh
- Simple Makefile with targets like build_docker / build_examples / test would be very helpful for newcomers to fast start
- using symlink utils.py is not great, this folder should have a python pkg structure so proper importing would work.
- autoformat and lint code with ruff.
https://github.com/Urban-Analytics-Technology-Platform/od2net/blob/main/docs/tutorial_examples.md tutorial is bit confusing and python scripts are actually expecting a lot of harness to actually work.