I use the python-netcdf4 package in linux.
http://code.google.com/p/netcdf4-python/
You can make a netcdf3-compatible version of the library by installing
with:
python setup-nc3.py install
Jordan
-
This SF.net email is
Hi Zane,
>This all seems to suggest to me, after a little poking around, that the
>NetCDF file format would be good. I've managed to get SciPy and
>Matplotlib and Basemap installed and apparently working together
>happily... but I can't seem to find any "official" module within that
>structur
Hi All,
I am trying to solve the Hamiltonian of a linear chair of atoms using greens
function and I would like to do this using python.
Does anyone know any pre-existing library functions and literature that will
be helpful?
Thanks
EOF
Check out my business here
And here is the fun
Zane Selvans wrote:
> I have a model that calculates the tidal stress tensor (a symmetric
> 2x2 matrix) on the surface of an icy satellite. It's just two
> orthogonal vector fields on the surface of the body. I want to be
> able to make pretty plots of the model output, including:
>
> * The ma
Zane Selvans wrote:
> If I'm going to be working within Matplotlib and Basemap and SciPy,
> does anyone have a good recommendation for which NetCDF Python
> package to use? Or issues I should consider?
We're heavy users of netcdf4-python and it's working well.
http://code.google.com/p/net
I have a model that calculates the tidal stress tensor (a symmetric 2x2
matrix) on the surface of an icy satellite. It's just two orthogonal
vector fields on the surface of the body. I want to be able to make
pretty plots of the model output, including:
* The magnitude of either one of the f
Hello,
I am also interested in masking polygons and defining the polygon by 'clicking'
on the image... but I do not know anything about GUI does anyone can help?
Is there already something implemented?
Thanks!
Chiara
> Date: Wed, 23 Jan 2008 13:50:15 +1300
> From: [EMAIL PROTECTED]
> To: ma
Ryan,
See examples/colorbar_only.py. I think it illustrates what you want.
Eric
Ryan May wrote:
> Hi,
>
> In working on creating updating pcolor plots, I noticed that I can't
> create colorbars (which should be static) without first displaying an
> image. I have a fixed Normalize object and