WSL/SLF GitLab Repository

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