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


Groups > comp.lang.python > #100516 > unrolled thread

Re: geostationary satellite data

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2015-12-16 16:15 +0000
Last post2015-12-16 16:15 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#100516 — Re: geostationary satellite data

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-12-16 16:15 +0000
SubjectRe: geostationary satellite data
Message-ID<mailman.14.1450282582.30845.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web