Re: [Pytables-users] How to use vlarray within a table OR alternate way of storing data.

2011-09-30 Thread Dharhas Pothina
Awesome. Thats exactly what I needed. - d >>> Francesc Alted 9/30/2011 11:46 AM >>> A Friday 30 September 2011 15:58:25 Dharhas Pothina escrigué: > Hi, > > I'm trying to learn how to use pytables to store some hydrographic > survey data. Essentially I have the following structure: > > profile

Re: [Pytables-users] How to use vlarray within a table OR alternate way of storing data.

2011-09-30 Thread Francesc Alted
A Friday 30 September 2011 15:58:25 Dharhas Pothina escrigué: > Hi, > > I'm trying to learn how to use pytables to store some hydrographic > survey data. Essentially I have the following structure: > > profile - fixed size string > time - float > latitude - float > longitude - float > frequency -

[Pytables-users] How to use vlarray within a table OR alternate way of storing data.

2011-09-30 Thread Dharhas Pothina
Hi, I'm trying to learn how to use pytables to store some hydrographic survey data. Essentially I have the following structure: profile - fixed size string time - float latitude - float longitude - float frequency - float trace - numpy array of floats (fixed size for a particular profil