WSL/SLF GitLab Repository

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