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 -- https://mail.python.org/mailman/listinfo/python-list
- geostationary satellite data jorge . conrado
- Re: geostationary satellite data Mark Lawrence
- Re: geostationary satellite data Peter Pearson
- Re: geostationary satellite data Chris Angelico
- Re: geostationary satellite data Peter Pearson
- Re: geostationary satellite data Chris Angelico
- Re: geostationary satellite data Peter Pearson
- Re: geostationary satellite data Robin Koch