This PR adds automatic reprojection of input from NetCDF files, so that it no longer has to be in the same coordinate reference system (CRS) as the model. A valid CRS for the NetCDF data is required. This can be supplied within the NetCDF file as CF 1.8 compliant grid mapping information, a valid PROJ string under the proj4_string grid mapping variable, a valid WKT string under the crs_wkt grid mapping variable, or externally via a crs: key in the subblock where the NetCDF file is specified.
This PR adds automatic reprojection of input from NetCDF files, so that it no longer has to be in the same coordinate reference system (CRS) as the model. A valid CRS for the NetCDF data is required. This can be supplied within the NetCDF file as CF 1.8 compliant grid mapping information, a valid PROJ string under the
proj4_string
grid mapping variable, a valid WKT string under thecrs_wkt
grid mapping variable, or externally via acrs:
key in the subblock where the NetCDF file is specified.