-
There appears to be a bug in hdf5_fun.cpp in which GDL_ integer types are associated with various H5T_*_F32 and H5T_*_F64 data types via definitions of type_map like this...
/* GDL_LONG64 */
…
-
I am getting this error when trying to write a geotiff with complex data and geotag:
```
GDL> a=complex(dist(500),dist(500))
GDL> geo={modelpixelscaletag:[0,0,0]}
GDL> write_tiff,'test.tif',a,…
-
GDL does not allow read/write o several basic datatypes allowed by netcdf4. E.g. NC_STRING, and unsigned integer types in general (NC_UINT, NC_ULONG, NC_ULONG64).
Furthermore, GDL reports EC_RANGE…
-
It seems the [`.run`](https://www.nv5geospatialsoftware.com/docs/_run.html) command is not fully implemented. Here an example with `.r`, which should be an abbreviation of `.run` or (`.rnew`?)
```
I…
-
Hello,
I am switching from IDL to GDL. The code works well under IDL. However, when I run it under GDL (v1.0.6),
the line "hdfid = h5f_open(nc_filename)" causes an error:
H5F_OPEN: Unable to…
-
Basicall the reason why test_format do not pass is not a format problem.
It is just that
linux:
```
GDL> r=-1d
GDL> z=fix(r,type=15)
GDL> z
18446744073709551615
GDL> z[0]=r
GDL> z
18446…
-
Hello,
I am having trouble running some IDL code under GDL (version 1.0.5)
I am getting the following error under (GDL) ... meanwhile my code works fine with no errors under IDL
% NCDF_VARP…
-
I got a whole bunch of ld warnings but gdl built ok and is running fine.
ld: warning: text-based stub file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX…
-
I started a compatibility list, all tests with the OIT core. Keep in mind i only played them a few minutes (there could be more issues in late game).
Non-MAME dump are deprecated, don't report issue …
-
I noticed that `ROT` doesn't give the right outputs:
```
GDL> a=findgen(3,3)
GDL> print, a
0.00000 1.00000 2.00000
3.00000 4.00000 5.00000
6.00000 7.…