4D arrays

jorge.conrado at cptec.inpe.br jorge.conrado at cptec.inpe.br
Tue Dec 1 12:21:47 EST 2015



Hi,

I use the IDL but now I'm change to PYTHON. I have a 4D array (time, 
level,lon,lat). I would like to get a 2D array for a specific time 
(time1) and level (level1). In IDL I use: 2Darray = 
4Darray(time1,level1,*,*). How can I get the 2D array in Python


Conrado



More information about the Python-list mailing list