Re: [GRASS-user] raster map from coordinates in python

2018-02-12 Thread Stefan Blumentrath
[mailto:n...@nikosalexandris.net] Sent: mandag 12. februar 2018 21.20 To: Stefan Blumentrath <stefan.blumentr...@nina.no> Cc: grass-user grass-user (grass-user@lists.osgeo.org) <grass-user@lists.osgeo.org> Subject: Re: [GRASS-user] raster map from coordinates in python * Stefan Blumentrath <s

Re: [GRASS-user] raster map from coordinates in python

2018-02-12 Thread Stefan Blumentrath
lt;grass-user@lists.osgeo.org> Subject: [GRASS-user] raster map from coordinates in python Dear all, I have a numpy array with x,y, z coordinates that I would like to write to a rater map. When I convert the array to a StringIO-object and feed it to r.in.xyz I get: OSError: [Errno 7] Argument

[GRASS-user] raster map from coordinates in python

2018-02-12 Thread Stefan Blumentrath
Dear all, I have a numpy array with x,y, z coordinates that I would like to write to a rater map. When I convert the array to a StringIO-object and feed it to r.in.xyz I get: OSError: [Errno 7] Argument list too long I checked the content of the StringIO object and it contains only three columns