Open maximlt opened 3 years ago
- Make the parameters
crs
,resolution
andextent
optional- Document the fact that the data is resampled with a bilinear algorithm (when resolution is set I guess, maybe extent too)
See #25 for optional parameters, also bilinear algorithm is not used by default any more
Just listing here some ideas I've got after using the method when doing eodag's documentation.
crs
,resolution
andextent
optionalprogress_call
optional parameter to pass it down topath_of_downloaded_file = self.download()
band
could maybe becomebands
and accept either a string or a sequence of strings (bands). Or it could be another method.