You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For downscaling purpose, I have about 4GB MODIS NDVI data and try to use the eot to downscale GIMMS NDVI data, but the calculation speed is too slow with such large dataset( only used 400MB MODIS NDVI data, I already waited for 5 hours ) and I wonder is there any possible ways to accelerate the calculation?
The text was updated successfully, but these errors were encountered:
No, parallel processing is not implemented. It has been a long time since we worked on this, but IIRC parallel processing is not feasible, because every pixel in x needs to be regressed against each pixel in y.
For downscaling purpose, I have about 4GB MODIS NDVI data and try to use the eot to downscale GIMMS NDVI data, but the calculation speed is too slow with such large dataset( only used 400MB MODIS NDVI data, I already waited for 5 hours ) and I wonder is there any possible ways to accelerate the calculation?
The text was updated successfully, but these errors were encountered: