Description Usage Arguments Details Author(s)
View source: R/SICCS_preprocess.R
Converts the h5 files from SICCS to grid files
1 2 | SICCS_preprocess(file_loc, crs1 = NA, crs2 = NA, new_grid,
write_raster = FALSE, save_dir = NULL, file.format = "h5")
|
file_loc |
location of the h5 files |
crs1 |
original crs |
crs2 |
crs to which the file needs to be converted |
new_grid |
grid to which the file will be cropped, resampled and masked |
write_raster |
TRUE or FALSE, standard set to FALSE |
save_dir |
only required if write_raster=TRUE, file name should end with ".grd" |
file.format |
"h5" and "hdf5" both accepted |
Preprocess SICCS files
Marieke Dirksen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.