[GRASS-user] grass-user Digest, Vol 118, Issue 40
Rengifo Ortega
rengifoo at yahoo.de
Thu Feb 25 05:42:53 PST 2016
dear communitythanks a lot for the quick response (stefan). Yes, the issue was CRS as you described.CheersRengifo
"grass-user-request at lists.osgeo.org" <grass-user-request at lists.osgeo.org> schrieb am 10:37 Donnerstag, 25.Februar 2016:
Send grass-user mailing list submissions to
grass-user at lists.osgeo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.osgeo.org/mailman/listinfo/grass-user
or, via email, send a message with subject or body 'help' to
grass-user-request at lists.osgeo.org
You can reach the person managing the list at
grass-user-owner at lists.osgeo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of grass-user digest..."
Today's Topics:
1. Re: i.aster.toar not respecting region? (Carlos Grohmann)
2. r.unpack fails (Rengifo Ortega)
3. Re: r.unpack fails (Blumentrath, Stefan)
----------------------------------------------------------------------
Message: 1
Date: Wed, 24 Feb 2016 19:51:41 -0300
From: Carlos Grohmann <carlos.grohmann at gmail.com>
To: Nikos Alexandris <nik at nikosalexandris.net>
Cc: GRASS user list <grass-user at lists.osgeo.org>
Subject: Re: [GRASS-user] i.aster.toar not respecting region?
Message-ID:
<CALkQ4RCq2yYSg1YTddzG7taZVGcUnGHSZEVFfMav-YA_hB+j0A at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Thanks Nikos!
i'll look into it and see if I can get it to work in Python.
best
Carlos
On Wed, Feb 24, 2016 at 10:24 AM, Nikos Alexandris <nik at nikosalexandris.net>
wrote:
> Carlos:
> ..
> > On a side note, I had to make some minor modifications to r.in.aster, but
> > i'll leave that for a different message.
>
> Hi Carlos.
>
> I am out of the loop, but, perhaps relevant. I had to scratch my own
> version once (sorry, bash
> at the time), see: https://grasswiki.osgeo.org/wiki/User:NikosA#ASTER_L1B
>
> Kind regards, Nikos
>
>
>
--
Prof. Carlos Henrique Grohmann
Institute of Energy and Environment - Univ. of São Paulo, Brazil
- Digital Terrain Analysis | GIS | Remote Sensing -
http://carlosgrohmann.com
http://orcid.org/0000-0001-5073-5572
________________
Can’t stop the signal.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160224/848a89ad/attachment-0001.html>
------------------------------
Message: 2
Date: Thu, 25 Feb 2016 09:13:18 +0000 (UTC)
From: Rengifo Ortega <rengifoo at yahoo.de>
To: GRASS User List <grass-user at lists.osgeo.org>
Subject: [GRASS-user] r.unpack fails
Message-ID:
<2147352974.15227004.1456391598348.JavaMail.yahoo at mail.yahoo.com>
Content-Type: text/plain; charset="utf-8"
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 <module> 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\\PROJ_INFO'(Wed Feb 24 22:32:35 2016) Command finished (92 min 51 sec)
-----
Mvh
Rengifo Ortega
Overingeniør
Seksjon for geoinformasjon
Hydrologisk avdelingen
Norges vassdrags- og energidirektoratet (NVE)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160225/473a633f/attachment-0001.html>
------------------------------
Message: 3
Date: Thu, 25 Feb 2016 09:36:37 +0000
From: "Blumentrath, Stefan" <Stefan.Blumentrath at nina.no>
To: Rengifo Ortega <rengifoo at yahoo.de>, GRASS User List
<grass-user at lists.osgeo.org>
Subject: Re: [GRASS-user] r.unpack fails
Message-ID: <da0780a6c5004d6eb15fe6a8e997fc80 at NINSRV23.nina.no>
Content-Type: text/plain; charset="utf-8"
Not sure if the the CRS can be an issue…
But the data is from a Location in EPSG:25833. Maybe you have to import into a location with the same CRS?
Cheers
Stefan
From: grass-user [mailto:grass-user-bounces at lists.osgeo.org] On Behalf Of Rengifo Ortega
Sent: 25. februar 2016 10:13
To: GRASS User List <grass-user at lists.osgeo.org>
Subject: [GRASS-user] r.unpack fails
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 <module>
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
Norges vassdrags- og energidirektoratet (NVE)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160225/2655c794/attachment.html>
------------------------------
Subject: Digest Footer
_______________________________________________
grass-user mailing list
grass-user at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
------------------------------
End of grass-user Digest, Vol 118, Issue 40
*******************************************
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160225/3408f1fe/attachment.html>
More information about the grass-user
mailing list