From dff4538a9d068b2242b3b92629bdd01a3b616996 Mon Sep 17 00:00:00 2001 From: Hans Chen Date: Sun, 15 Jul 2018 21:40:23 -0400 Subject: [PATCH] Remove as_int docstring from xy_to_ll_proj function --- src/wrf/g_latlon.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wrf/g_latlon.py b/src/wrf/g_latlon.py index fd91f6d..6066f3d 100755 --- a/src/wrf/g_latlon.py +++ b/src/wrf/g_latlon.py @@ -589,9 +589,6 @@ def xy_to_ll_proj(x, y, meta=True, squeeze=True, map_proj=None, truelat1=None, return :class:`numpy.ndarray` instead of :class:`xarray.DataArray`. Default is True. - as_int (:obj:`bool`): Set to True to return the x,y values as - :obj:`int`, otherwise they will be returned as :obj:`float`. - map_proj (:obj:`int`): Model projection [1=Lambert Conformal, 2=Polar Stereographic, 3=Mercator, 6=Lat-Lon]. Required.