Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99806 > unrolled thread
| Started by | jorge.conrado@cptec.inpe.br |
|---|---|
| First post | 2015-12-01 15:21 -0200 |
| Last post | 2015-12-01 15:21 -0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
4D arrays jorge.conrado@cptec.inpe.br - 2015-12-01 15:21 -0200
| From | jorge.conrado@cptec.inpe.br |
|---|---|
| Date | 2015-12-01 15:21 -0200 |
| Subject | 4D 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
Back to top | Article view | comp.lang.python
csiph-web