read 4D binary data

2015-11-26 Thread jorge . conrado
Hi, I'm startig in Python and I have a 4D binary data. The dimension of my data is: 67 > longitude points 41 > latitude points 10 > pressure levels points 33 > time points How can I read this data and what can I do to get a 2D array (longitude,latitude) for a specific

Re: read 4D binary data

2015-11-26 Thread Mark Lawrence
On 26/11/2015 17:15, jorge.conr...@cptec.inpe.br wrote: Hi, I'm startig in Python and I have a 4D binary data. The dimension of my data is: 67 > longitude points 41 > latitude points 10 > pressure levels points 33 > time points How can I read this data and what can I do to

Re: read 4D binary data

2015-11-26 Thread Denis McMahon
On Thu, 26 Nov 2015 15:15:43 -0200, jorge.conrado wrote: > I'm startig in Python and I have a 4D binary data. The dimension of my > data is: > > 67 > longitude points 41 > latitude points 10 > pressure > levels points 33 > time points > > How can I read this data and what can I

Re: read 4D binary data

2015-11-26 Thread Laura Creighton
In a message of Thu, 26 Nov 2015 15:15:43 -0200, jorge.conr...@cptec.inpe.br wr ites: >Hi, > > >I'm startig in Python and I have a 4D binary data. The dimension of my >data is: > >67 > longitude points >41 > latitude points >10 > pressure levels points >33 > time points > > >How