geopython-workshop
geopython-workshop copied to clipboard
Add support for Windows users with no WSL
Fixes #176.
Added win-geopython-workshop-ctl.bat
for Windows users who have not installed WSL. It is as close to a direct translation of geopython-workshop-ctl.sh
as I could manage; I believe I have tested all commands to function identically and have identical outputs as long as Docker is properly installed.
I have used Windows line terminators \r\n
. Switching to Unix line terminators \n
should be done with caution, but should be OK as long as no CALL
or GOTO
operators are introduced.
Feel free to ping me if changes are made to geopython-workshop-ctl.sh
.