Dear all,
i have the following problem:
Using a DGN file i get different informations:
- DTM points
- Breaklines
- a perimeter
what I do:
- interpolate / generate a DTM
- clip this DTM using the boundary
Result:
What I get:
- A XYZ file or ASCII grid where the coordinates are not rounded to the full meter (e.g. 423545.455).
This is caused by the perimeter which is not rounded to full meters
What I need:
- The result should be a DTM with coordinated at the full metere, e.g. 423545.000
Is there any solution to tell FME that i want to export the DTM in a way that each DTM cell should be on straight coordintes?
Thanks for the help!
Thomas