Greetings
I want to build a GRASS Python script to export raster data but instead of XYZ (from top-left corner to lower-right corner) I want the opposite. Is there a way to do this as a python scriipt? or I can only do this as C-module?
Thanks
Kim
Uhm I guess I wasn’t clear
I want to write a XYZ starting from low left corner goes to the end of row then goes to above row and so on…I mean to go from low row to top row.
Thanks
2011/3/8 Kim Besson <kimbesson1981@gmail.com>
Greetings
I want to build a GRASS Python script to export raster data but instead of XYZ (from top-left corner to lower-right corner) I want the opposite. Is there a way to do this as a python scriipt? or I can only do this as C-module?
Thanks
Kim