I'm trying to convert mulitple ASCII grids to a single CSV file in the following format:
X, Y, Z, Z, Z, Z....etc.... where the Z is rainfall data over time.
I can capture the XYZ info, but I don't know how to write out multiple Z value attributes while keeping the XY as a constant into a single CSV file.
Any ideas on how to solve this are welcome.
Thanks
Ricky (newbie!)