Hello everyone!
I would like to ask you if there is a way in python to do the following:
I have 20 values and I want to list them in a 5x4 array. Or is it better to list them in a 5x4 table? Which is the difference between the table and array in python???
(Is this helpful?) I need to save this table/array as an ascii file, which will be continuously converted in a raster file!
Thank you very much in advance!!!