gdl
gdl copied to clipboard
GDL - GNU Data Language
test_box_axes.pro fails on the github integration machine, ubuntu version only. a change in the plplot 'z' driver for this machine? note that the test passes on windows, osx and my...
As requested on SF.net (https://sourceforge.net/p/gnudatalanguage/feature-requests/29/): COMPUTE_MESH_NORMALS is not implemented Google brings quite some results: - https://github.com/lmb-freiburg/unsup-car-dataset/blob/master/ssd/compute_mesh_normals.m - https://github.com/mikolalysenko/angle-normals - http://embal.gforge.inria.fr/doc/tools/mesh_processing/mesh_normals.html
GDL is definitely hampered by plplot limitations and bugs. PLPLOT seems to be deaf to our demands of corrections. It would be quite a task to replace PLPLOT by someting...
For me, having the possibility to call GDL with --no-dSFMT or using GDL_NO_DSFMT= 1 is very convenient to cross-check the computations using RANDOM in IDL and in GDL since the...
Hash crash
The following program crashes in the latest git version: ``` pro s::x self['x']=123 print, self['x'] end pro test s={s, i:0, inherits hash, j:0} o=obj_new('s') o->x end ``` ``` IDL> test...
Any chance to allow more than 100 windows in GDL? In GDL we are limited to 69 "free" windows: ``` GDL> for i=0,200 do window,/free % WINDOW: No more window...
ORDEREDHASH can be defined as hash = ORDEREDHASH(keys, values) but, unlike HASH, cannot be created with toto=obj_new("ORDEREDHASH") Besides, GDL hash is always ordered, or not ? what about insertion,deletion?
Actually mostly good news though: the horrendous widget hierarchy of GRAFFER is now rendering properly :-) But the ```` (gdl:375251): Gtk-CRITICAL **: 10:30:19.602: gtk_box_gadget_distribute: assertion 'size >= 0' failed in...
Looking for ways to write 16 bit output, write_envi_file with data_type=2 seems to work. However when I try to convert that result to a raster file (tiff) I get an...
I found __by chance__ several bugs in TIMESTAMP(). In fact a test in `test_timestamp.pro` was not OK in IDL ... then I made others tests ... I am rewriting too...