msevi_xy2ij¶
-
nawdex_analysis.io.reproj.msevi_xy2ij(x, y, hres=False)¶ Converts msevi xy coordinates into indices.
Parameters: - x (numpy array) – x-coordinate in SEVIRI projection
- y (numpy array) – y-coordinate in SEVIRI projection
- hres (bool, optional, default = False) – switch if resolution coordinates have been input
Returns: - irow (numpy array) – row index in SEVIRI projection
- icol (numpy array) – column index in SEVIRI projection