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:
Return type:

tuple[int | None, int | None]