I have raster in .bil format which I want to save in GRASS GIS with r.out.ascii. I get this result in .txt file:
north: 1N
south: 0
east: 1E
west: 0
rows: 1
cols: 1
55537
I suppose it is something wrong, because of dimensions of this .txt file. I didn't change any options in r.out.ascii window.
Thank you for your help.