14 | | || download_data_in_slots || Download data (value of a pixel or aggregated raster) over a period, using function ''download_slot'' for each slot. || |
15 | | || download_slot || Download data (value of a pixel or aggregated raster) for a given slot of the entire period. || |
16 | | || download_timeseries_from_raster || Function used by ''download_slot'' for managing the download of time series from raster using function ''download_request''. || |
17 | | || download_request || Function used to download the request text prepared by ''download_timeseries_from_raster''. || |
18 | | || acquire_MAYA_data || Function used by ''download_slot'' for managing the download of raster data using the ''download_raster'' function. || |
19 | | || download_raster || Function used by acquire_MAYA_data for downloading a raster (aggregation function defined in the API-INI file). || |
20 | | || download_altitude_of_pixel || Function to download the elevation value of a pixel from the metadata DEM of a given product. || |
| 14 | || '''Function name''' || '''Description''' || Type of data || |
| 15 | || download_data_in_slots || Download data (value of a pixel or aggregated raster) over a period, using function ''download_slot'' for each slot. || time series OR raster || |
| 16 | || download_slot || Download data (value of a pixel or aggregated raster) for a given slot of the entire period. || time series OR raster || |
| 17 | || download_timeseries_from_raster || Function used by ''download_slot'' for managing the download of time series from raster using function ''download_request''. || time series || |
| 18 | || download_request || Function used to download the request text prepared by ''download_timeseries_from_raster''. || time series || |
| 19 | || acquire_MAYA_data || Function used by ''download_slot'' for managing the download of raster data using the ''download_raster'' function. || raster || |
| 20 | || download_raster || Function used by acquire_MAYA_data for downloading a raster (aggregation function defined in the API-INI file). || raster || |
| 21 | || download_altitude_of_pixel || Function to download the elevation value of a pixel from the metadata DEM of a given product. || value || |