Extracting data from fortran unformatted file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peace9019
    New Member
    • Jan 2015
    • 1

    #1

    Extracting data from fortran unformatted file

    I am currently working on building a GUI application in python for scientific plotting and visualization.I have a Fortran 77 unformatted dump file from which i want to extract the data into python variables.But the problem is that the file is written is the sequential access method and also there is data of different data types written.Any way to extract them effectively ?

    I used the strut module but to little success.

    The help is much appreciated.
Working...