OK. It sounds like it would be easiest for me, then, to dump the
arrays to a binary file (much faster than dumping it to a text) from
the fortran program. Then use f2py to load a fortran module to read
it.?.
How well does python handle binary files? Maybe I could skit the f2py
all together if I
On Feb 13, 1:27 pm, MRAB wrote:
> tripp wrote:
> > Hello Folks,
>
> > I have a fortran program I use to process several satellite images. I
> > currently output the results to a text file (~750 mb) which is then
> > read by a perl program that output
Hello Folks,
I have a fortran program I use to process several satellite images. I
currently output the results to a text file (~750 mb) which is then
read by a perl program that outputs a GIS-ready image using GDAL
(www.gdal.org). There are python libraries for GDAL too.
I'd like to pipe the