diff --git a/metpy/xarray.py b/metpy/xarray.py index eb80e2eab2c..11b292b03a6 100644 --- a/metpy/xarray.py +++ b/metpy/xarray.py @@ -370,6 +370,8 @@ def parse_cf(self, varname=None, coordinates=None): # If we found them, create a lat/lon projection as the crs coord if has_lat and has_lon: var.coords['crs'] = CFProjection({'grid_mapping_name': 'latitude_longitude'}) + log.warning('Found lat/lon values, assuming latitude_longitude ' + 'for projection grid_mapping variable') # Assign coordinates if the coordinates argument is given if coordinates is not None: