Skip to main content
Question

I have a large DEM (DEM1) and a clipped one(DEM2), I want to replace a specific area of the large DEM with the )clipped one (see image below)

  • November 2, 2023
  • 1 reply
  • 19 views

hola1115
Contributor
Forum|alt.badge.img+3
I have a large DEM (DEM1) and a clipped one(DEM2), I want to replace a specific area of the large DEM with the )clipped one (see image below)

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+64
  • Celebrity
  • November 2, 2023

heres some high level steps:

  • clip area of DEM2 out of DEM1
  • if DEM1 is a different cell size, resample to match DEM2
  • then use the rastermosaicker to combine them
  • write out to output file

 

A big assumption here is that the scale of the elevation values are the same. If they're not, then you'll have to rescale either DEM to match