pretty interesting - it would be nice to incorporate the gdal fortran
bindings inside the gdal source!
however, it is distributed under the GNU Lesser General Public License, so
I think it's not possible...
Cheers
Etienne
On Tue, May 13, 2014 at 10:23 AM, Fabian Niggemann
wrote:
> Hi,
>
> I´
Am 14.05.2014 13:33, schrieb Even Rouault:
Le mardi 13 mai 2014 15:23:12, Fabian Niggemann a écrit :
Hi,
I?m trying to link gdal to fortrangis to use the gdal fortran interface
on Ubuntu 12.04. I?ve installed gdal Version 1.11. and installed the
fortrangis package with disabled shared libraries
Le mardi 13 mai 2014 15:23:12, Fabian Niggemann a écrit :
> Hi,
>
> I?m trying to link gdal to fortrangis to use the gdal fortran interface
> on Ubuntu 12.04. I?ve installed gdal Version 1.11. and installed the
> fortrangis package with disabled shared libraries.
> If I try now to compile a fortra
Hi,
I?m trying to link gdal to fortrangis to use the gdal fortran interface
on Ubuntu 12.04. I?ve installed gdal Version 1.11. and installed the
fortrangis package with disabled shared libraries.
If I try now to compile a fortran program(e.g. Command: ifort -I
/usr/local/include/ gdal_test.F90
Tripp Lowe wrote:
Are there any gdal libraries for fortran? .
Currently, my fortran programs read in a BSQ satellite image, do
something, and output the pixel values as a text file (that's read into
a perl/gdal program that creates the .img). It would be nice to
eliminate some of the steps.
Are there any gdal libraries for fortran? .
Currently, my fortran programs read in a BSQ satellite image, do something,
and output the pixel values as a text file (that's read into a perl/gdal
program that creates the .img). It would be nice to eliminate some of the
steps.
Thanks.
--
Tripp
___