Zhang_async
New member
Hello everyone,
I'm a freshman and currently working with WPS.
I’m using the convert_geotiff module to convert my SRTM elevation data (in TIFF format) into binary files, as I need high-resolution data.
However, when I ran convert_geotiff [data.tif], my Ubuntu system ran out of memory and became unresponsive. I suspect this is because the TIFF file is too large (6.5 GB). To resolve this, I cropped the TIFF to a smaller area that only covers my innermost domain (d03). This time, convert_geotiff successfully generated the binary files and the index file. I then modified the GEOGRID.TBL, and geogrid.exe ran without issues.
But when I checked the geo_em.d01 file, I noticed that only a small portion of the domain was filled with DEM data, while the rest appeared as "no data".
To summarize, I’m wondering which approach would be better:
1. Find an alternative method to convert the large TIFF file
2. Keep using the cropped DEM and find a way to interpolate low-resolution DEM data into the "no data" areas.
Thank you for any comments or suggestions!
I'm a freshman and currently working with WPS.
I’m using the convert_geotiff module to convert my SRTM elevation data (in TIFF format) into binary files, as I need high-resolution data.
However, when I ran convert_geotiff [data.tif], my Ubuntu system ran out of memory and became unresponsive. I suspect this is because the TIFF file is too large (6.5 GB). To resolve this, I cropped the TIFF to a smaller area that only covers my innermost domain (d03). This time, convert_geotiff successfully generated the binary files and the index file. I then modified the GEOGRID.TBL, and geogrid.exe ran without issues.
But when I checked the geo_em.d01 file, I noticed that only a small portion of the domain was filled with DEM data, while the rest appeared as "no data".
To summarize, I’m wondering which approach would be better:
1. Find an alternative method to convert the large TIFF file
2. Keep using the cropped DEM and find a way to interpolate low-resolution DEM data into the "no data" areas.
Thank you for any comments or suggestions!