Skip to content
Snippets Groups Projects
Commit 744bb63f authored by Mendes de Jesus, Jorge's avatar Mendes de Jesus, Jorge
Browse files

Update webdav_from_bash.md

parent d559af36
Branches
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ gdal_translate -projwin $BOUNDS -projwin_srs "$IGH" -tr $CELL_SIZE \
```
#### To a geotiff in a different projection
The following commands describe a workflow to obtain a VRT or a GeoTiff for an area of interest in a projection of your choice. In this example we will use `EPSG=4326`
The following commands describe a workflow to obtain a VRT or a GeoTiff for an area of interest in a projection of your choice. In this example we will use `EPSG:4326` (WGS84 - World Geodetic System 1984)
##### To local VRT in homolosine (directly from the webdav connection)
The first step is to obtain a VRT for the area of interest in the Homolosine projection. We suggest to use VRT for the intermediate steps to save space and computation times.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment