MolettoLobos
MolettoLobos
i'm trying to download the MODIS LST product version 6 ``` today = date.today() End = today.strftime('%Y-%m-%d') Start = '2005-01-01' Start2 = '2005-01-01' #personal data user = "****" password =...
I use this function for do a fitting in numba ``` from NumbaMinpack import minpack_sig, lmdif import numpy as np import numba as nb shape_c_array = 1000 @nb.jit def fit_gaussian_custom(X,...
Hi sen2like team, I'm encountering an issue when processing tile 19KEP (and also tested with neighboring tile 19KEQ where worked perfectly) using the latest version of sen2like (v4.5). The processing...