Rich Shepard wrote > On Wed, 24 Jul 2019, Carlos Henrique Grohmann de Carvalho wrote: > >> Glad to hear that you got it working! > > Carlos, > > Thank you. > > There is a r.in.gdal issue that remains, but it's annoying rather than > critical so I'll ignore it for now. But, I'll explain it for the record. > > GRASS is run within the project location, a subdirectory in > /data/grassdata/. The raw data files are in > /$HOME/projects/ > <state> > / > <project_name> > /data/. > > Since I created the raster display issue when I enter the entire command, > r.in.gdal in=$HOME/projects/ > <state> > / > <project_name> > /data/hdr.adf ... > running the script grass tells me it cannot access the input file. But, > when I > enter it manually in the grass shell it has no problem importing the data. > > Perhaps worth exploring when time permits. > > Regards, > > Rich > a > _______________________________________________ > grass-user mailing list
> [email protected] > https://lists.osgeo.org/mailman/listinfo/grass-user r.in.gdal isn't needed for raster analysis, r.external is enough and saves a lot of disk space. See https://grass.osgeo.org/grass76/manuals/r.external.html ----- best regards Helmut -- Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
