Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99806 > unrolled thread

4D arrays

Started byjorge.conrado@cptec.inpe.br
First post2015-12-01 15:21 -0200
Last post2015-12-01 15:21 -0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  4D arrays jorge.conrado@cptec.inpe.br - 2015-12-01 15:21 -0200

#99806 — 4D arrays

Fromjorge.conrado@cptec.inpe.br
Date2015-12-01 15:21 -0200
Subject4D arrays
Message-ID<mailman.78.1448990517.14615.python-list@python.org>

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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web