14 | | ||='''Function name'''=||='''Description'''=||='''Type of output'''=|| |
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 | | || manage_download_raster || 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 || |
| 14 | ||='''Function name'''=||='''Description'''=||='''Calling function'''=||='''API'''=||='''Type of output'''=|| |
| 15 | || download_data_in_slots || Parallel computation of slots download (value of a pixel or aggregated raster) over a period || download_slot || - || time series OR raster || |
| 16 | || download_slot || Manages data download (value of a pixel or aggregated raster) for a given slot of the entire period. || download_timeseries_from_raster_Node [[br]] download_timeseries_from_raster_research [[br]] manage_download_raster || - || time series OR raster || |
| 17 | || download_timeseries_from_raster_node || Request set up with good variable arguments || download_request || node || time series || |
| 18 | || download_timeseries_from_raster_research || Request set up with good variable arguments || download_request || research || time series || |
| 19 | || download_request || Manages download_request to node and research APIs. || download_request_node [[br]] download_request_research || - || time series || |
| 20 | || download_request_node || Curl subprocess to call the request || spawn_process (in-built function) || node || time series || |
| 21 | || download_request_research || Curl subprocess to call the request || spawn_process (in-built function) || research || time series || |
| 22 | || manage_download_raster || Manages between ''server'' and ''local'' raster acquisition. || download_raster (server option) || - || raster || |
| 23 | || download_raster || Request set up with good variable arguments || curl_fetch_memory (in-built function) [[br]] curl_download (in-built function) || '''node''' || raster || |
| 24 | || download_altitude_of_pixel ||Manages download_request to node and research APIs. || download_altitude_of_pixel_node [[br]] download_altitude_of_pixel_research || - || value || |
| 25 | || download_altitude_of_pixel_node || Function to download the elevation value of a pixel from the metadata DEM of a given product. || curl_download (in-built function) || node || value || |
| 26 | || download_altitude_of_pixel_research || Function to download the elevation value of a pixel from the metadata DEM of a given product. || curl_download (in-built function) || research || value || |