Re: Read satellite images

2018-01-24 Thread Jugurtha Hadjar
On 01/24/2018 02:06 PM, jorge.conr...@cptec.inpe.br wrote: Hi, I have some gridded 4Km satellite images. I don't have experience with Python. The size of my image is (9896,3298) and I use this to read f = open('merg_2018011100_4km-pixel', "r")  # reopen the file x = f.read() print (x[0])

Read satellite images

2018-01-24 Thread jorge . conrado
Hi, I have some gridded 4Km satellite images. I don't have experience with Python. The size of my image is (9896,3298) and I use this to read f = open('merg_2018011100_4km-pixel', "r") # reopen the file x = f.read() print (x[0]) I have this value for x = � This is the information for