Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,951

    Re: Reading DTM (digital terrain managment) files

    The first thing you must do is get the layout of the file. Without that you will not be able to get any information from it.

    You would need to know what is in the file to use any programming...
  2. Replies
    5
    Views
    1,951

    Re: Reading DTM (digital terrain managment) files

    If you know what the layout of the contents of the file is, there shouldn't be a problem writing a program to read the file and extract data.
  3. Replies
    5
    Views
    1,951

    Re: Reading DTM (digital terrain managment) files

    A standalone java program (without an IDE) can read a file anywhere on your PC.

    What is the internal format of a DTM file? Does it have records? What data is in a record? Given that information,...
Results 1 to 3 of 3