hectornieto / pyTSEB

A python Two Source Energy Balance model for estimation of evapotranspiration with remote sensing data
GNU General Public License v3.0
137 stars 62 forks source link

Merge changes so far #28

Closed mrpgraae closed 5 years ago

mrpgraae commented 5 years ago

Although work isn't finished on our end yet, we should do an intermediate merge, to limit the amount of merge conflicts.

radosuav commented 5 years ago

I can help in conflict resolution but most probably only after LPS.

hectornieto commented 5 years ago

This week I am in US, so I will take a closer look at the conflicts and make some updates,

Cheers!

hectornieto commented 5 years ago

I think I managed to fix the conflicts.

I also merged some recent modifications for deleting variables aiming to saving memory: I was getting memory errors when running the code over a whole cloud-free S2 scene (on 32Gb RAM).

mrpgraae commented 5 years ago

Thanks @hectornieto! Hopefully we can implement chunked computation, so the code can run on arbitrary input sizes.