Hello everyone,
I am tried to use the version of GRASS GIS based on docker file, and am follow the instructions describe on ‘https://github.com/mundialis/grass-gis-stable’
but when i tried to run the next command
case 2: launching anywhere
docker run -it --rm --user=$(id -u):$(id -g) --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis76
grass /data/nc_basic_spm/PERMANENT --exec g.region -p
i receive the next error
ERROR: Failed to create configuration directory ‘/home/juan/Documentos/0_tesis/grass7imagen/grass-gis-stable/.grass7’ with error: No such file or directory
Exiting…
Some one can explain with more detaid the command describe before please.
Thank you for your attention
Juan Sebastián Vinasco
Estudiante de Ingeniería Topográfica
Universidad del Valle, Colombia
Hi,
On Wed, Aug 7, 2019 at 12:58 AM JUAN SEBASTIAN VINASCO SALINAS
<vinasco.juan@correounivalle.edu.co> wrote:
Hello everyone,
I am tried to use the version of GRASS GIS based on docker file, and am follow the instructions describe on 'https://github.com/mundialis/grass-gis-stable’
but when i tried to run the next command
# case 2: launching anywhere
docker run -it --rm --user=$(id -u):$(id -g) --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis76 \
grass /data/nc_basic_spm/PERMANENT --exec g.region -p
i receive the next error
ERROR: Failed to create configuration directory '/home/juan/Documentos/0_tesis/grass7imagen/grass-gis-stable/.grass7' with error: No such file or directory
Exiting...
Some one can explain with more detaid the command describe before please.
I have checked it - the docker image wasn't up to date (lacking the
needed update after our SVN to git migration).
A new docker image is currently building:
https://hub.docker.com/r/mundialis/grass-gis-stable
and will hopefully successfully be ready in 1-2hs from now.
I'll keep an eye on it as well.
Best
Markus
--
Markus Neteler, PhD
https://www.mundialis.de - free data with free software
https://grass.osgeo.org
https://courses.neteler.org/blog
On Wed, Aug 7, 2019 at 2:05 PM Markus Neteler <neteler@osgeo.org> wrote:
On Wed, Aug 7, 2019 at 12:58 AM JUAN SEBASTIAN VINASCO SALINAS
...
A new docker image is currently building:
https://hub.docker.com/r/mundialis/grass-gis-stable
and will hopefully successfully be ready in 1-2hs from now.
I'll keep an eye on it as well.
Just FYI: there are more docker images:
# stable branch
https://hub.docker.com/r/mundialis/grass-py3-pdal
GRASS GIS 7.8 (release branch, grass78) with python3 and PDAL
# development (master) branch
https://hub.docker.com/r/neteler/docker-alpine-grass-gis
Docker based on Alpine Linux with GRASS GIS 7.9 (small docker image of ~80 MB)
An (likely incomplete) list is here:
https://grass.osgeo.org/download/software/docker-images/
Best
Markus
--
Markus Neteler, PhD
https://www.mundialis.de - free data with free software
https://grass.osgeo.org
https://courses.neteler.org/blog