Agri-Hub / eoProcessors

GNU Affero General Public License v3.0
0 stars 1 forks source link

Class SatelliteSensorRequest is not generic. Is Copernicus specific #3

Closed fbalaban closed 4 months ago

fbalaban commented 5 months ago

Make SatelliteSensorRequest (or another name) an Abstract class which will define all common methods for searching and downloading data. Each hub or source has its own authentication and query methods. This abstract class might also have common methods for data output.

fbalaban commented 5 months ago

Should be implemented when a definitive choice is made about which processor will perform the data download. Please note that creating a class is not strictly necessary.

fbalaban commented 4 months ago

Will not fix. Different satellites or sources have some common attributes, but for now (Copernicus, MODIS) there is no need for separate class.