The hortonmachine package working with spatialite.
74
A test to have the hortonmachine with GUI on docker.
To run this you will need to run and X server.
On macos I am using this with https://www.xquartz.org/
and run it from a shell script containing:
IP=172.26.181.121
export DISPLAY=$IP:0
xhost +
docker run --rm -v `pwd`:/workspace -e DISPLAY=$IP:0 -v /tmp/.X11-unix:/tmp/.X11-unix -it moovida/hortonmachine:0.9.3_SNAPSHOT /bin/bash -c hm-dbviewer.sh
where the ip address needs to be set.
In the above cases the hm-dbviewer.sh application is run, this can be changed.
Content type
Image
Digest
Size
915.7 MB
Last updated
about 6 years ago
docker pull moovida/hortonmachine:0.9.3_SNAPSHOT