| 4 | |
| 5 | Un certain nombre d'outils, présentés ci-dessous, ont été développés. [[BR]] |
| 6 | La plupart des outils intéragissent directement avec la base de données MAYA et dans une moindre mesure avec la base de données MINERVE. Les fonctions permettant cette intéraction on été regroupées dans le dossier |
| 7 | |
| 8 | {{{ |
| 9 | MINERVE-D3\Code |
| 10 | }}} |
| 11 | |
| 12 | Le fichier fc_API-REST.R contient les fonctions suivantes : |
| 13 | |
| 14 | - download_data_in_slots -> Download data (value of a pixel or aggregated function) over a period, using function ''download_slot'' for each slot. |
| 15 | - download_slot -> Download data (value of a pixel or aggregated function) for a given slot of the entire period. |
| 16 | - download_timeseries_from_raster -> Function used by ''download_slot'' for preparing the download request for data of a pixel over the slot, 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. |
| 21 | |
| 22 | == Combi-Valais == |
| 23 | Outil de spatialisation |
| 24 | |