WSL/SLF GitLab Repository
Changes
Page history
Update Guide to process high resolution topography (30 m) from SRTM for WPS
authored
Jul 31, 2025
by
engbers
Hide whitespace changes
Inline
Side-by-side
Guide-to-process-high-resolution-topography-(30-m)-from-SRTM-for-WPS.md
View page @
6ee2028e
...
@@ -45,6 +45,9 @@ The convert_geotiff funtion produces a slight shift in the topography. An altern
...
@@ -45,6 +45,9 @@ The convert_geotiff funtion produces a slight shift in the topography. An altern
```
```
gdal_translate -of ENVI data.tif data.bil
gdal_translate -of ENVI data.tif data.bil
or e.g.
gdal_translate -a_srs EPSG:3013 -a_nodata -9999.0 -ot Float32 -of EHdr /folder/PEA_big.tif /folder/PEA_big_EPSG.bil
```
```
You will then have to rename the .bil file and change the .hdr file to a WPS accepted format
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