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


Groups > comp.lang.python > #100516

Re: geostationary satellite data

Path csiph.com!au2pb.net!feeder.erje.net!2.eu.feeder.erje.net!newsfeed0.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Newsgroups comp.lang.python
Subject Re: geostationary satellite data
Date Wed, 16 Dec 2015 16:15:47 +0000
Lines 37
Message-ID <mailman.14.1450282582.30845.python-list@python.org> (permalink)
References <53c3ebdd7e47e30a80bc0982568ff829@cptec.inpe.br>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de TCYOCaTf5xUpX3jYFre5XghUW/Duw+RaZLzJs/gFuMFQ==
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.023
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'f.read()': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'url:nasa': 0.16; 'wrote:': 0.16; 'language': 0.19; 'lawrence': 0.22; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'command': 0.26; 'header:X-Complaints-To:1': 0.26; 'url:gov': 0.27; 'language.': 0.32; 'url:org': 0.36; 'data.': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'hi,': 0.38; 'data': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'some': 0.40; 'charset:windows-1252': 0.62; 'please,': 0.63; 'url:%20': 0.63; 'our': 0.64; 'site:': 0.75; 'pythonistas,': 0.84; 'subject:satellite': 0.84; 'subject:skip:g 10': 0.91
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host 212.88.46.83
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
In-Reply-To <53c3ebdd7e47e30a80bc0982568ff829@cptec.inpe.br>
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:100516

Show key headers only | View raw


On 16/12/2015 15:19, jorge.conrado@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

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


Thread

Re: geostationary satellite data Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-16 16:15 +0000

csiph-web