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


Groups > comp.lang.python > #100513

geostationary satellite data

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 <mailman.11.1450280795.30845.python-list@python.org> (permalink)
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 <jorge.conrado@cptec.inpe.br>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:100513

Show key headers only | View raw



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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

geostationary satellite data jorge.conrado@cptec.inpe.br - 2015-12-16 13:19 -0200
  Re: geostationary satellite data Peter Pearson <pkpearson@nowhere.invalid> - 2015-12-16 17:04 +0000
    Re: geostationary satellite data Chris Angelico <rosuav@gmail.com> - 2015-12-17 04:08 +1100
      Re: geostationary satellite data Peter Pearson <pkpearson@nowhere.invalid> - 2015-12-16 17:30 +0000
        Re: geostationary satellite data Chris Angelico <rosuav@gmail.com> - 2015-12-17 04:37 +1100
          Re: geostationary satellite data Peter Pearson <pkpearson@nowhere.invalid> - 2015-12-16 17:53 +0000
        Re: geostationary satellite data Robin Koch <robin.koch@t-online.de> - 2015-12-16 19:57 +0100

csiph-web