WSL/SLF GitLab Repository

Update Guide to process high resolution topography (30 m) from SRTM for WPS authored by engbers's avatar engbers
......@@ -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
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
\ No newline at end of file