Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: jorge.conrado@cptec.inpe.br Newsgroups: comp.lang.python Subject: geostationary satellite data Date: Wed, 16 Dec 2015 13:19:26 -0200 Lines: 25 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de OQuPFaLRwOcpFon5BusWDA7UkDmvGWONUTpqg+x1Zttg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: UNSURE 0.217 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.61; '*S*': 0.04; 'received:150': 0.09; 'f.read()': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'url:nasa': 0.16; 'header:User-Agent:1': 0.26; 'command': 0.26; 'url:gov': 0.27; 'data.': 0.36; 'to:addr:python-list': 0.36; 'charset:us-ascii': 0.37; 'hi,': 0.38; 'data': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'from:no real name:2**0': 0.60; 'please,': 0.63; 'url:%20': 0.63; 'received:br': 0.66; 'site:': 0.75; 'subject:satellite': 0.84; 'subject:skip:g 10': 0.91 X-Virus-Scanned: Debian amavisd-new at tornado X-PHP-Originating-Script: 33:rcube.php X-Sender: jorge.conrado@cptec.inpe.br User-Agent: Roundcube Webmail/1.0.3 X-Mailman-Approved-At: Wed, 16 Dec 2015 10:46:33 -0500 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100513 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