1.**Download data using the QGIS plugin STRM-Downloader**
Set the coordinates of your 1km domain and activate “Load Images to QGIS”. You need to register to [NASA Earth Data](https://www.earthdata.nasa.gov/) and sign in with your username and password.
2.**Merge the tiles, crop, and download as GEOTIFF**
- To merge the tiles go to `Raster – Miscellanious - Merge`, select the layers and run.
- To crop go to `Raster – Extraction – Clip Raster by Extent` and select the coordinates to crop. Let 0.1 degrees more than the simulation area.
- To save right click on the cropped layer and `Export – Save as`, select format GeoTIFF and save the file.
3. Install (if not done yet) and run `convert_geotiff`
- Install first the geotiff development libreries:
sudo apt-get install libgeotiff-dev
- Download convert_geotiff from here: https://github.com/jbeezley/convert_geotiff/releases and install: