Changes between Version 52 and Version 53 of WikiStart


Ignore:
Timestamp:
08/04/18 12:08:42 (6 years ago)
Author:
alafoe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v52 v53  
    2121 || download_request_research ||  Curl subprocess to call the request ||  spawn_process (in-built function) || research || time series || 
    2222 || 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 || 
     23 || download_raster || Request set up with good variable arguments  || curl_fetch_memory (in-built function) + [[br]] curl_download (in-built function) || node '''(!)''' || raster || 
    2424 || 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 || 
     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 || 
    2727 
    2828Le fichier '''fc_common.R''' contient les fonction suivantes :