[Numpy-discussion] Request for porting pycdf to NumPy

2007-02-15 Thread Andre Gosselin
Hi everybody. I have just released version 0.6-3 of pycdf, which finally supports the NumPy array package (along Numeric and numarray). Here is the announcement. == Project "pysclint" ('pysclint') has released the new version of package 'pycdf'. You can download it

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-13 Thread Konrad Hinsen
On Feb 9, 2007, at 18:33, Christopher Barker wrote: > hmmm, this page from unidata: > > http://www.unidata.ucar.edu/software/netcdf/software.html#Python > > Indicates 4-6 different Python netcfd interfaces! ... > I think it would be ideal if Unidata could be persuaded to adopt an > maintain one

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Christian Marquardt
Dear list, attached is a patch for the original pycdf-0.6.2-rc1 distribution as available through sourceforge - and a little shell script illustrating how to install it. After applyng the patch, it should be configured for numpy. Note that the "installation" script uses an environment variable PRE

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Rob Hetland
+1 for Whitaker's package. The new location of the package is: http://code.google.com/p/netcdf4-python/ I use netcdf for everything I do, and so I checked out all of the packages in detail. All follow a similar API, although there are very minor differences that will catch you if you are

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Jeff Whitaker
Eric Firing wrote: > I have been using Jeff Whitaker's netcdf4 interface with good results. > > I could not find the web page for it on a NOAA site--I think NOAA is > reorganizing--but a search turned it up here. Maybe Jeff can provide > a better link. > > http://netcdf4-python.googlecode.com/sv

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread N. Volbers
Daran Rife schrieb: > Yep, I was referring to: http://pysclint.sourceforge.net/pycdf/ > > Regarding the issue of deciding which netCDF interface to adopt > as the "standard", although it is unlikely we'll ever get consensus > on this, I have tried several of the netCDF interfaces, including > the o

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Eric Firing
I have been using Jeff Whitaker's netcdf4 interface with good results. I could not find the web page for it on a NOAA site--I think NOAA is reorganizing--but a search turned it up here. Maybe Jeff can provide a better link. http://netcdf4-python.googlecode.com/svn/trunk/docs/netCDF4-module.htm

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Daran Rife
Yep, I was referring to: http://pysclint.sourceforge.net/pycdf/ Regarding the issue of deciding which netCDF interface to adopt as the "standard", although it is unlikely we'll ever get consensus on this, I have tried several of the netCDF interfaces, including the one in Scientific, and have foun

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Bill Spotz
I believe the person most qualified to answer that question would be Mary Haley, (haley at ucar.edu). On Feb 9, 2007, at 10:33 AM, Christopher Barker wrote: > Has anyone done a review of these to see where effort would best be > put > into upgrading? ** Bill Spotz

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Christopher Barker
hmmm, this page from unidata: http://www.unidata.ucar.edu/software/netcdf/software.html#Python Indicates 4-6 different Python netcfd interfaces! Has anyone done a review of these to see where effort would best be put into upgrading? I've used Konrad Hinsen's package a little bit with success,

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Robert Kern
Travis Oliphant wrote: > Is pycdf the same as pynetcdf? Where is it located? I presume it's this one: http://pysclint.sourceforge.net/pycdf/ -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpre

Re: [Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Travis Oliphant
Daran L. Rife wrote: >Hi Travis, > >If you're still offering NumPy "patches" to third party >packages that rely upon Numeric, I would really like for >pycdf to be ported to NumPy. This would allow me to >completely transition to NumPy. > >Thanks very much for considering my request. > > Is pycd

[Numpy-discussion] Request for porting pycdf to NumPy

2007-02-09 Thread Daran L. Rife
Hi Travis, If you're still offering NumPy "patches" to third party packages that rely upon Numeric, I would really like for pycdf to be ported to NumPy. This would allow me to completely transition to NumPy. Thanks very much for considering my request. Daran Rife __