WSL/SLF GitLab Repository
Changes
Page history
Update Guide to process high resolution topography (30 m) from SRTM for WPS
authored
Jul 22, 2025
by
engbers
Show whitespace changes
Inline
Side-by-side
Guide-to-process-high-resolution-topography-(30-m)-from-SRTM-for-WPS.md
View page @
d4e4a66b
...
@@ -43,5 +43,8 @@ NOTES: Based on https://wrfexplorer.wordpress.com/2015/03/24/high-resolution-top
...
@@ -43,5 +43,8 @@ NOTES: Based on https://wrfexplorer.wordpress.com/2015/03/24/high-resolution-top
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
gdal_translate -of ENVI data.tif data.bil
```
```
You will then have to rename the .bil file and change the .hdr file to a WPS accepted format
\ No newline at end of file