On 16/12/2015 15:19, jorge.conr...@cptec.inpe.br wrote:
Hi, I dowmloaded some data from the Mirador NASA site: http://mirador.gsfc.nasa.gov/cgi-bin/mirador/presentNavigation.pl?tree=project&dataset=Global-merged%20IR%20Brightness%20Temperature%20Data&project=TRMM&dataGroup=Ancillary&version=001&CGISESSID=97f4b9244878c87819b2a1144d31e270 Each data have the dimension: 9896 x 3298 byte. I used to read the command : f = open('merg_2015110500_4km-pixel', mode='rb') image = f.read() Please, what can I do to visualize this data. Conrado
http://pandas.pydata.org/ http://matplotlib.org/ -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list