Problem to carry out a DEM on GCD #422
-
I'm working in SIGeo in CEREGE ( European Center Research And Teaching Environmental Geosciences) in Michal Tal team. First of all, it seems to have a problem when we put this DEM in GCD. No data's lines are generated. However, in ArcMap or another sig software, the DEM is continous and values are right. Then, when we carry out this DoD, we get unexploitable results (see GCD_DoD). However, when we execute this DoD with ArcMap (using Raster Calculator), we obtain a correct result. We don't understand where the problem comes from. Could you please help us ? Please find attached in this message the two DEMs that allowed us to make this DoD. Hoping you can help me, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ceregepaul and Michal, Shout if you are unable to figure it out. This is what is explained here Also, thank you for providing raw data as it made this easy to troubleshoot. |
Beta Was this translation helpful? Give feedback.
Hi @ceregepaul and Michal,
So you have two problems and both are related to a requirement of GCD that all rasters are orthogonal and dimensionally consistent (i.e. their width and heights can be evenly divisible by cell resolution). The first problem is that both rasters are NOT the same resolution - one is 15 cm and the other is 20 cm. The second problem is that these are poorly formed rasters with arbitrary extents that are based on the vector data instead of rounded up to something nice and evenly divisible by 0.2. My suggestion is to make both rasters from the raw topographic data again and exert control over the cell resolution and extents and make both exactly the same.
Shout if yo…