WSL/SLF GitLab Repository
Changes
Page history
Update Guide to process high resolution topography (30 m) from SRTM for WPS
authored
Oct 08, 2024
by
Sergi Gonzalez-Herrero
Show whitespace changes
Inline
Side-by-side
Guide-to-process-high-resolution-topography-(30-m)-from-SRTM-for-WPS.md
View page @
04b858ce
...
@@ -41,4 +41,7 @@ NOTES: Based on https://wrfexplorer.wordpress.com/2015/03/24/high-resolution-top
...
@@ -41,4 +41,7 @@ NOTES: Based on https://wrfexplorer.wordpress.com/2015/03/24/high-resolution-top
"""ADDITIONAL COMMENTS """
"""ADDITIONAL COMMENTS """
The convert_geotiff funtion produces a slight shift in the topography. An alternative is to use the gdal_translate function.
The convert_geotiff funtion produces a slight shift in the topography. An alternative is to use the gdal_translate function:
```
gdal_translate –of ENVI data.tif data.bil
```
\ No newline at end of file