CS-SI / eodag-cube

Data access for EODAG
Apache License 2.0
10 stars 0 forks source link

Potential improvements to get_data #5

Open maximlt opened 3 years ago

maximlt commented 3 years ago

Just listing here some ideas I've got after using the method when doing eodag's documentation.

sbrunato commented 2 years ago
  • Make the parameters crs, resolution and extent 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