Hi again,
I have created a grid from my DEM. Now I would like to populate this same grid with other values (from other raster). How can I do that ? Is there any model in the library to take a look ?
E.
--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platform+unsubscribe@googlegroups.com.
To post to this group, send email to gama-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/gama-platform.
For more options, visit https://groups.google.com/d/optout.
What the hardest way ? Because it's always something horrible to deal with asc ...
E.
Hi,The simplest way is to use asc files for the other grid files and to read them as matrices. Please find attached an example.Cheers,Patrick
2017-07-20 15:33 GMT+02:00 Etienne DELAY <abce...@gmail.com>:
Hi again,
I have created a grid from my DEM. Now I would like to populate this same grid with other values (from other raster). How can I do that ? Is there any model in the library to take a look ?
E.
--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platfor...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platform+unsubscribe@googlegroups.com.
In fact Qgis is not good enough ! After a reprojection our grid is not more a regular grid (cells are rectangular)... and gdal_translate, sometimes overpast :-S
E.
Hi,
I have used GRASS-GIS in R to "build" all my ASC needed ! Load data as a matrix with your script work like a charm :-)
If someone needs an example, my script is :
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platform+unsubscribe@googlegroups.com.
Nice ! I will try for the LiENs challenge :-p
E.