pyiem.era5land module# Helpers for IEM’s ERA5-Land processing. This is heavily weighted to what IEMRE is doing. pyiem.era5land.find_ij(lon, lat, domain='conus')[source]# Find the grid cell for the provided lon/lat Parameters: lon (float) lat (float) domain (str) Return type: tuple[int | None, int | None]