geodat.nc.conform_region

geodat.nc.conform_region(*args)[source]

Return a dictionary with the common lat-lon region Input: args: a list (length > 1) of dictionary or geodat.nc.Variable the dictionary resembles the input for geodat.nc.Variable.getRegion() Return: a dictionary {‘X’: (min_lon,max_lon), ‘Y’: (min_lat,max_lat)}

Fork me on GitHub