Wirawan Purwanto
d7a65386a3
* Fortran binary file: Added bulk_read_array1 method for quick reading of
...
array of (uniform-type) Fortran records.
2014-08-19 11:06:08 -04:00
Wirawan Purwanto
f49d166a77
* wpylib.iofmt.fortbin: Added fortran_types class to manage and analyze
...
Fortran datatypes.
First edition contains tool to estimate the size of datatypes,
and size of file records (or sequence of records).
2013-06-26 16:24:19 -05:00
Wirawan Purwanto
606214eb66
* Changing all isinstance(STUFF, str)' to isinstance(STUFF, basestring)'
...
for future-proofing this code.
2012-04-13 17:10:32 -04:00
Wirawan Purwanto
3698671bed
* Added: fortran_bin_file.peek_next_rec_len() to fetch the next record length
...
while not advancing the read pointer to that record yet.
2012-01-30 16:04:17 -05:00
wirawan
7d37c0b6ba
* Internal upgrade to factor out reusable parts (for future upgrades).
2011-08-31 20:27:31 +00:00
wirawan
c87ba9dbfa
* Minor updates.
2010-05-28 18:43:14 +00:00
wirawan
69592e9a8f
* Added writing facility. Still largely untested.
2010-02-19 18:39:17 +00:00
wirawan
21e85704aa
* Initial version of Fortran binary file reader.
...
Later a writing facility can be added as well.
* Note that this module is intended only for reading/writing
Fortran-generated files.
It is not recommended for any other purpose because of its terrible feature:
no metadata, no description whatsoever.
2010-02-08 21:49:54 +00:00