Changes between Version 53 and Version 54 of WikiStart
- Timestamp:
- 08/04/18 12:45:22 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v53 v54 14 14 ||='''Function name'''=||='''Description'''=||='''Calling function'''=||='''API'''=||='''Type of output'''=|| 15 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 ||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 17 || download_timeseries_from_raster_node || Request set up with good variable arguments || download_request || node || time series || 18 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 ||19 || download_request || Manages download_request to node and research APIs || download_request_node [[br]] download_request_research || - || time series || 20 20 || download_request_node || Curl subprocess to call the request || spawn_process (in-built function) || node || time series || 21 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 ||22 || manage_download_raster || Manages between ''server'' and ''local'' raster acquisition || download_raster (server option) || - || raster || 23 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_fetch_memory (in-built function) + [[br]] 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_fetch_memory (in-built function) + [[br]] curl_download (in-built function) || research || value ||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_fetch_memory (in-built function) + [[br]] 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_fetch_memory (in-built function) + [[br]] curl_download (in-built function) || research || value || 27 27 28 28 Le fichier '''fc_common.R''' contient les fonction suivantes : 29 29 30 30 ||='''Function name'''=||='''Description'''=|| 31 || get_token || Manage acquisition of the token : first uses ''get_token_local'', if it fails, uses ''get_token_server'' and the saves the token with ''write_token'' .||32 || get_token_local || Reads the token from the local file .||33 || get_token_server || Acquires a new token from the API-REST .||34 || write_token || Saves in the local file the newly acquire token .||31 || get_token || Manage acquisition of the token : first uses ''get_token_local'', if it fails, uses ''get_token_server'' and the saves the token with ''write_token'' || 32 || get_token_local || Reads the token from the local file || 33 || get_token_server || Acquires a new token from the API-REST || 34 || write_token || Saves in the local file the newly acquire token || 35 35 || || || 36 36 || define_computetime || Date formating function || 37 || print_elapsed_time || Function to print the time of a code part, with an argument for the text to be printed .||38 || pause_and_print || Function to makes a break and print that it has done a break (used in the download functions, to handle cases where API-REST does temporary not answer, for example due to a manuel restart) .||37 || print_elapsed_time || Function to print the time of a code part, with an argument for the text to be printed || 38 || pause_and_print || Function to makes a break and print that it has done a break (used in the download functions, to handle cases where API-REST does temporary not answer, for example due to a manuel restart) || 39 39 || || || 40 || write.RSMcsv || Function to export data in a CSV format readable by RS MINERVE (currently not used in the tools listed below). || 40 || read.dst || Function to read a .dst file and transform it into a structure usable in R || 41 || write.RSMcsv || Function to export data in a CSV format readable by RS MINERVE (currently not used in the tools listed below) || 42 || || || 41 43 42 44