sepal-contrib / sdg_15.3.1

monitor SDG indicators at plot level
MIT License
3 stars 3 forks source link

move from int16 to uint8 (bytes) #36

Closed 12rambau closed 3 years ago

12rambau commented 3 years ago

When downloading the images to sepal, the downloading speed is entirely related to the image coding and size. Our results have only 3 relevant value :

It make no sense to use int16 to code that. I suggest we switch to uint8 to reduce the downloading time.

THe value will thus need to change :

i-m-amit commented 3 years ago

Ok. I will make the neccessary changes.

12rambau commented 3 years ago

I'm already on it