[GRASS-user] Re: Using non-ASCII chartacters in r.reclass rules file

2011-07-31 Thread Hermann Peifer
On 30/07/2011 23:12, Glynn Clements wrote: Hermann Peifer wrote: Question: It seems that it is not possible to use non-ascii characters. Is it true? Is there any way to add labels to the classes and use characters (such as á;à;ó; â) I don't know; what error (or other unexpected behaviour)

[GRASS-user] Import vector: illegal filename

2011-07-31 Thread deagon
Here is a link to a previous discussion about the following error message: Illegal filename. Character not allowed. http://osgeo-org.1803224.n2.nabble.com/List-of-illegal-characters-for-filenames-td5669950.html#a5671015

Re: [GRASS-user] Import vector: illegal filename

2011-07-31 Thread Glynn Clements
deagon wrote: Here is a link to a previous discussion about the following error message: Illegal filename. Character not allowed. http://osgeo-org.1803224.n2.nabble.com/List-of-illegal-characters-for-filenames-td5669950.html#a5671015

[GRASS-user] Re: Import vector: illegal filename

2011-07-31 Thread deagon
Thank you for the feedback Glynn. Let's have a look at this simple example. The input and output names are both 'NL1980s'. The column names are as follows: 'id', 'day', 'x', 'y', 'col_type', 'herd', 'year', 'month', 'coords_x1', 'coords_x2' All names are less than 10 characters and only use

[GRASS-user] How to extract one single contour.

2011-07-31 Thread Marcello Gorini
Dear all, I am interested in extracting the longest -1,000 meter contour from a bathymetric DEM and to save it in a text file as points. By doing: r.contour in=my_dem out=contour levels=-1000 v.to.points in=contour out=contour_points dmax=my_resolution v.out.ascii in=contour_points