Christian Wimmer
Christian Wimmer
I agree with you @PattiMichelle, when I first installed GDL on my Suse 42.X some time ago I had the same problems. I think it is nowhere mentioned that the...
@PattiMichelle, if you need any help please let me know. I have installed GDL under Tumbleweed in a VM under Parallels on a Mac. I started as well with -DINTERACTIVE_GRAPHICS=OFF...
Sorry, message went without the rest Try to install libplplotwxwidgets1 libwx_gtk2u_aui-suse5_0_0 libwx_gtk2u_core-suse5_0_0 libwx_gtk2u_gl-suse5_0_0 libwx_gtk2u_html-suse5_0_0 libwx_gtk2u_media-suse5_0_0 libwx_gtk2u_propgrid-suse5_0_0 libwx_gtk2u_qa-suse5_0_0 libwx_gtk2u_ribbon-suse5_0_0 libwx_gtk2u_richtext-suse5_0_0 libwx_gtk2u_stc-suse5_0_0 libwx_gtk2u_xrc-suse5_0_0 plplot-wxwidgets plplotwxwidgets-devel wxWidgets-3_2-devel > On 4. Sep 2021, at...
The first time you compile GDL you do an untar of the code. Then you enter the directory where you untared GDL (let’s say gdl-1.0.0) Then gdl-1.0.0>mkdir build gdl-1.0.0>cd build...
If it is possible implement as well the /float keyword parameter
Hi, perfect! Thanks! > On 24. Aug 2021, at 13:03, Remi A. Solås ***@***.***> wrote: > > > Hi. Sorry for my belated reply. > > Due to lack of...
Hi @rexso, hi @slayoo , any news on write_tiff with /geotiff and /float support? working with geotiffs is coming more and more. I think it is very important to have...
Just wanted to ask again someone is working on the /geotiff and /float keywords.
@slayoo here is the test routine for checking the keyword /float and geotiff=geotiff: ``` pro test_write_tiff catch, error if (error ne 0) then begin print, "ERROR: ", error print, "Message:...
In the file INSTALL.CMake is written: $ make -j 3 For other systems, a native project file will be produced. To launch the tests, run: $ make check To install,...