Ok, I just found out that this is not necessary\! My data are
already pre-processed, so it's applied strip adjustment. I have
to divide it into subsets and merge the data, because now it's
in form of strips. I guess the right method is using 'g.region'
...
is the data as raster maps (merge overlaps with r.series/r.patch)
or a series of points? (for points, 'v.in.ascii -bt' or r.in.xyz)
It’s a series of points. But how can I export them from all imported files (strips) later into a single one ASCII file into specific region? I think that v.out.ascii for example is only for exporting single file. And I need to export multiple, falling into the region. Is this possible in GRASS?
Ok, I just found out that this is not necessary! My data are
already pre-processed, so it’s applied strip adjustment. I have
to divide it into subsets and merge the data, because now it’s
in form of strips. I guess the right method is using ‘g.region’
…
is the data as raster maps (merge overlaps with r.series/r.patch)
or a series of points? (for points, ‘v.in.ascii -bt’ or r.in.xyz)