Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99806
| From | jorge.conrado@cptec.inpe.br |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | 4D arrays |
| Date | 2015-12-01 15:21 -0200 |
| Message-ID | <mailman.78.1448990517.14615.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
4D arrays jorge.conrado@cptec.inpe.br - 2015-12-01 15:21 -0200
csiph-web