Changes between Version 16 and Version 17 of WikiStart


Ignore:
Timestamp:
02/07/18 09:37:18 (6 years ago)
Author:
alafoe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    1212Le fichier '''fc_API-REST.R''' contient les fonctions suivantes :  
    1313 
    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 || 
    2122 
    2223Le fichier '''fc_common.R''' contient les fonction suivantes :