Takes in MET Nordic .nc files as created by metnordic_merge()
and
re-projects them to desired projection.
Arguments
- filepath
path to .nc file to be reprojected
- outfile
filepath of .nc file to be created. (if the same file path is used, .nc file will be overwritten)
- projstring
desired projection in proj4 format. By default, UTM33N will be used.
Details
NOTE: currently only the following projstring has been tested:
projstring <- "+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs +type=crs"