ezaron

Results 9 comments of ezaron

Thx, tknopp. Following through the link you provided and also looking at this Cairo issue, https://github.com/JuliaGraphics/Cairo.jl/issues/312 it seems like a quick fix is to add the following two lines to...

I would like to use this feature also. I think a keyword argument to imagesc makes sense and is possibly the easiest approach (other than hardwiring it in the source...

Hi Remko, Eric, I am getting strange results when I try to use rads2nc with CryoSat and a --region or --lat, --lon specifiers. For example, this returns no data: rads2nc...

cd FRE-NCtools export CC="icc -std=c11" autoreconf -i cd build make clean ../configure --prefix=/glade/work/ezaron/opt make Many files compile correctly, but then it fails on ../../../tools/libfrencutils/mosaic_util.c: icc -std=c11 -DHAVE_CONFIG_H -I. -I../../../tools/libfrencutils -I../.....

Thanks for your help, Miguel. I tried the -std=c18 flag, and the compiler does not complain, but it dies in the same place as my previous post. I am using...

Hi Yixiao and Alexander: I am curious what your recommended workaround is? I've not looked inside the packages (NCDatasets.jl or NetCDF.jl) to see how the library version is controlled. -Ed

-- thank you. Yes, I have about 16k files to process. Simplest workaround was just to run a single executable 16 times to process 1K files per run, and separately...

-- thank you for looking into this. Yes, the formatting seems to be controlled entirely by that stanza marked on the link you sent.

Hi, I would like to use ElectronDisplay.jl to display my CairoMakie output via a remote ssh connection. I used to be able to do this by modifying Electron.jl to start...