You're right, the lons was getting overwritten! Thanks again for the help!
Anton
From: Jeff Whitaker
To: Anton Vasilescu
Cc: matplotlib-users@lists.sourceforge.net
Sent: Wed, March 10, 2010 8:57:16 AM
Subject: Re: [Matplotlib-users] shiftgrid 'cy
Hi Jeff,
Thank you for looking at the code for me! It works perfect for the first image
but when it tries to do the second it errors out saying: "lon0 outside of range
of lonsin". Any idea why is that happening? Is it happening for you too?
Thanks,
Anton
Fro
You're right, I haven't read your question properly... I am not sure that
autocrop exists in pil. Maybe somebody with more experience can shed some
light.
Sent from my iPhone
On Jun 9, 2009, at 12:10 PM, "Nils Wagner" wrote:
On Tue, 9 Jun 2009 11:31:19 -0700 (PDT)
An
I wasn't able to find one in Matplotlib but you can use PIL library for all the
imaging work. Really easy to use.
Here is the webpage for it: http://www.pythonware.com/products/pil/index.htm
Anton
From: Nils Wagner
To: matplotlib-users@lists.sourceforge.net
That's what was happening! Thanks again Jeff!
From: Jeff Whitaker
To: antonv
Cc: matplotlib-users@lists.sourceforge.net
Sent: Tuesday, April 14, 2009 4:39:13 AM
Subject: Re: [Matplotlib-users] basemap error or user error?
antonv wrote:
> Jeff, thanks for the
Thanks a lot Chris for the detailed answer. I had the same doubts about 64bits
and multiple cores. I just found out about Gdal and yes, Jeff's grib tools seem
to be exactly what I needed.
I'll stay with a fast dual core and 32 bit os and I'll get a 1 rpm hdd.
That should be more than enoug
Wow Jeff! You save me again! I remember looking at it last year and thinking it
would be awesome if there would be a windows installer for it!
I will install and play with it tonight! Thanks a lot!
Anton
From: Jeff Whitaker
To: antonv
Cc: matplotlib-users@li
The recarrays were what csv2rec is returning and that's why I was using it. And
this afternoon was the first time I was hearing about red arrays so I was
trying to get my stuff done with the wrong tool. I've changed my code to use
regular txt file loading and all works great.
Thanks everybody f