.get_names | R Documentation |
Get layer names, extension, and dates
.get_names(rst_path, start_date, end_date)
rst_path |
File path to either:
|
start_date |
Position where the dates of the raster files start. For example, start_date = 10 for 'ProductX_1989-02-28.tif' as the date start in the 10th character. |
end_date |
Position where the dates of the raster files end. For example, end_date = 19 for 'ProductX_1989-02-28.tif', and end_date = 16 for 'ProductX_1989-02.nc'. |
this function retrieves the file names (including the path), their corresponding dates and file extension.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.