Dear grass community ,
I am trying to unpack a set of files, but I get the error. I am using grass gis 7.0.3 on a windows enterprise. The file I am trying to open is around 84gb as packed file.
I do not know if am making something wrong.
here I describe what I did.
-I created a location with a generic coordinate system
-then I try to open the file(s) using r.unpack. After 92 min I got the error below.
Any help will be appreciated
r.unpack input=J:\dataset\dem_10m_xxx_float_accum.pack
Traceback (most recent call last):
File
“C:\OSGEO4~1\apps\grass\grass-7.0.3/scripts/r.unpack.py”,
line 164, in
sys.exit(main())
File
“C:\OSGEO4~1\apps\grass\grass-7.0.3/scripts/r.unpack.py”,
line 120, in main
proj=True):
File “C:\OSGEO4~1\apps\grass\grass-7.0.3\etc\python\grass
script\core.py”, line 897, in compare_key_value_text_files
checkunits=units)
File “C:\OSGEO4~1\apps\grass\grass-7.0.3\etc\python\grass
script\core.py”, line 822, in _text_to_key_value_dict
text = open(filename, “r”).readlines()
IOError: [Errno 2] No such file or directory: ‘E:\0WORKFLOW
_AND_PROJECTS\hydroScandinavia\PERMANENT\…\PERMANENT\P
ROJ_INFO’
(Wed Feb 24 22:32:35 2016) Command finished (92 min 51 sec)
Mvh Rengifo Ortega
Overingeniør
Seksjon for geoinformasjon
Hydrologisk avdelingen
I am trying to unpack a set of files, but I get the error. I am using grass gis 7.0.3 on a windows enterprise. The file I am trying to open is around 84gb as packed file.
I do not know if am making something wrong.
here I describe what I did.
-I created a location with a generic coordinate system
-then I try to open the file(s) using r.unpack. After 92 min I got the error below.