Changes between Version 3 and Version 4 of Processing/DEM2WGS84
- Timestamp:
- Nov 23, 2010, 2:25:52 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/DEM2WGS84
v3 v4 12 12 }}} 13 13 14 3. Now you can exi st AREA_LL, go back to your UTM project14 3. Now you can exit AREA_LL, go back to your UTM project 15 15 1. Import/Re-project the elevation spheroid as below; 16 16 {{{ 17 17 r.proj -n input=wwgsg location=AREA_LL mapset=PERMANENT output=wwgsgUTM 18 18 }}} 19 2. Now elevate dthe DEM by adding the spheroid;19 2. Now elevate the DEM by adding the spheroid; 20 20 {{{ 21 21 r.mapcalculator amap=yourDEMmap bmap=wwgsgUTM formula=A+B outfile=yourelevatedDEMmap help=-