get_reproj_param¶
-
nawdex_analysis.io.reproj.get_reproj_param(lin, col, region, hres=False)¶ Preparation of reprojection parameters.
Parameters: - lin (numpy array, 2dim) – line or row indices of points to be interpolated
- col (numpy array, 2dim) – column indices of points to be interpolated
- region (tuble or list of floats) – region tuble stating first and last row and first and last column e.g. region = ((ir1, ir2), (ic1, ic2))
- hres (bool, optional, default = False) – option for using high-resolution SEVIRI grid
Returns: rparam – reprojection parameters
Return type: dict of numpy arrays