Joaquim

Results 234 comments of Joaquim

OK, no problem. I changed the example to not run it in a do block and then it worked. It was just a such damn coincidence (or not?) that I...

Right. I think you mean the code in `initialization.jl`. Changed it to reflect my path and now the next issue is: > julia> using Cxx > Warning: error initializing module...

I had forgotten about this, so probably not relevant. Tried to run it again but got a different error that can be replicated with ``` im = rand(UInt8, 4,3,3); imf8...

Well I made up that example because (and before it worked up to this point) ``` julia> using FixedPointNumbers, Images, FileIO, GMT julia> I = gmtread("lixa.JPG"); julia> imf8 = reinterpret(N0f8,...

``rawview(channeview(I.image))`` doesn't error but gives actually the same content of ``I.image`` ``` julia> rawview(channelview(I.image)) 4×3×3 Array{UInt8, 3}: [:, :, 1] = 0x48 0x7c 0xb1 0x43 0x5f 0x37 0x3d 0xe3 0x2d...

Yes it is a color. It comes from reading the tinny tinny jpg image at the bottom of first post (just changed its name to fit with what's in that...

Yes, better to close this. Regarding the GMT error. It looks like a dependency problem because otherwise it had correctly found the ``libgmt.so``. What happens if you run this on...

Does this command in a unix shell (in pure GMT syntax, not GMT.jl) pops up this nice map? (probably not since you had an error from Julia but that's what...

I don't use ``GMT_Put_Matrix`` for grids (well maybe sometimes under certain circumstances but don't remember now). What I do for all types is to wrap the GMT type interface for...

Please, can I have this merged manually?