Re: [Numpy-discussion] numpy fileIO

2008-10-16 Thread Gary Ruben
Prashant Saxena wrote: > I am seeing all the OSS for this purpose but I would stick to use pure > python and the scene graph I am developing for the application. I > already did some test using pyOpenGL/python/wx.GLcanvas and a large data > set of roughly 4000+ objects consisting nearly 1 millio

Re: [Numpy-discussion] numpy fileIO

2008-10-16 Thread Prashant Saxena
:22 PM Subject: Re: [Numpy-discussion] numpy fileIO A Thursday 16 October 2008, Prashant Saxena escrigué: > Hi, > > I have never used numpy in my python applications until now. I am > writing a python/openGL based tool to manipulate 3d geometrical > data(meshes, curve, points etc.) I

Re: [Numpy-discussion] numpy fileIO

2008-10-16 Thread Francesc Alted
A Thursday 16 October 2008, Prashant Saxena escrigué: > Hi, > > I have never used numpy in my python applications until now. I am > writing a python/openGL based tool to manipulate 3d geometrical > data(meshes, curve, points etc.) I would be using numpy to store > these objects(vertices, edges, fac

Re: [Numpy-discussion] numpy fileIO

2008-10-16 Thread Christopher Barker
Ravi wrote: > Use HDF5. Can be read/written using C, C++, Python, Matlab, Octave, Fortran > and practically any other language you can think of. Python interface is at > http://h5py.alfven.org there is also pytables, which providers a nice numpy/HDF interface. http://www.pytables.org/ -Chris

Re: [Numpy-discussion] numpy fileIO

2008-10-16 Thread Ravi
On Thursday 16 October 2008 07:12:06 Prashant Saxena wrote: > Here is the summery of IO operations I would be working on: > > 1. Write different structures to a file. > 2. Read data back from file. > 3. if structure can be tagged(int or string) then read a particular > structure using tag, from fil

Re: [Numpy-discussion] numpy fileIO

2008-10-16 Thread Prashant Saxena
. Prashant - Original Message From: Nadav Horesh <[EMAIL PROTECTED]> To: Discussion of Numerical Python Sent: Thursday, 16 October, 2008 8:13:38 PM Subject: Re: [Numpy-discussion] numpy fileIO Did you consider VTK? I've used it a *little*: Probably it contains all the structur

Re: [Numpy-discussion] numpy fileIO

2008-10-16 Thread Nadav Horesh
12 אל: numpy-discussion@scipy.org נושא: [Numpy-discussion] numpy fileIO Hi, I have never used numpy in my python applications until now. I am writing a python/openGL based tool to manipulate 3d geometrical data(meshes, curve, points etc.) I would be using numpy to store these objects(vertices,

[Numpy-discussion] numpy fileIO

2008-10-16 Thread Prashant Saxena
Hi, I have never used numpy in my python applications until now. I am writing a python/openGL based tool to manipulate 3d geometrical data(meshes, curve, points etc.) I would be using numpy to store these objects(vertices, edges, faces, index etc.) at run time. One of my major concern is numpy'