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


Groups > comp.lang.python > #100516

Re: geostationary satellite data

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Newsgroups comp.lang.python
Subject Re: geostationary satellite data
Date 2015-12-16 16:15 +0000
Message-ID <mailman.14.1450282582.30845.python-list@python.org> (permalink)
References <53c3ebdd7e47e30a80bc0982568ff829@cptec.inpe.br>

Show all headers | 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