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