Best regards
Attached Files
Edited by Anand, 16 February 2012 - 12:04 AM.
Edited by Anand, 16 February 2012 - 12:04 AM.
You have to specify what data format the resulting DEM should be (can help if you tell us what software you will be using).
DEM needs to be with a .asc file extension and I'm using ISIS 2D software by Halcrow.You have to specify what data format the resulting DEM should be (can help if you tell us what software you will be using).
I'm not sure on what software it was written. Because my lecturer gave me this. I will contact him and let you know.Hi Anand,
The file itself looks like an ASCII grid already but missing the header of the file which describes the lower-left corner coordinates, cell size etc. What software wrote the file?
If you know the cell-size and the position (x&y) of the lower-left corner of the DEM, you can write the header yourself.
Pete
I'm not sure on what software it was written. Because my lecturer gave me this. I will contact him and let you know.
It's not an assignment by the way. I just need to use this topography.I'm not sure on what software it was written. Because my lecturer gave me this. I will contact him and let you know.
Eh... surely you're not asking us to do your class assignments?
Distance between the points are 1000m on each X,Y direction.
Cheers mate!Distance between the points are 1000m on each X,Y direction.
OK... so we have a cell size now. This will be all you'll need to model the area in ISIS 2D, however, the results that ISIS 2D will not be properly georeferenced (as you do not know where the bottom-left corner of the grid is located).
This page: http://en.wikipedia.org/wiki/Esri_grid should show you how to write the header.
You may also need to convert the spaces between values to a single space (probably best done with a simple python script).
Bear in mind that ISIS 2D will do a nearest neighbour sampling of the DEM to populate its grid cells. This means (unless you're going to do something fancy with the data) that you'll have to use a computational cell size similar to that of your DEM (1km). If you use a smaller dx in ISIS 2D, you will end up with cells near the transitions between DEM cells with potentially large changes in z across a few computational cells which will (most likely) cause ISIS 2D to become unstable.
Hope that helps.
Kind regards,
Pete
0 members, 0 guests, 0 anonymous users