[GRASS-user] Reprojecting to x,y grid

Markus Neteler neteler at osgeo.org
Tue Nov 17 14:40:44 PST 2020


On Tue, Nov 17, 2020 at 7:06 PM Ken Mankoff <mankoff at gmail.com> wrote:
>
> Hi GRASS list,
>
> I have a data set provided on an (x,y) grid, where each coordinate does have a paired (lon,lat). I'd like to work on the native (x,y) grid, and bring some other geo-referenced data there. How do I do this?

Here 2.5 wild guesses:

If it is about "pushing around" a raster map (no squeezing):
- https://grass.osgeo.org/grass78/manuals/r.region.html

If a rotation is needed:
- https://grass.osgeo.org/grass7/manuals/addons/i.rotate.html

If it is about a real transform:
- convert the raster matrix to its vector center point representation; then
- https://grass.osgeo.org/grass78/manuals/v.transform.html
- rasterize again

But again, just some almost random ideas.

best,
Markus


More information about the grass-user mailing list