Sam P Raj

Results 3 comments of Sam P Raj

> My idea is to update geogrid database to increase coast line resolution in my WRF simulations. > I got good improvements with Landuse data, which is single band. However,...

Change https://github.com/python-windrose/windrose/blob/b602213d9d6250d9e6eebaa7ac992fe9b6ec1b7a/windrose/windrose.py#L215-L230 to ``` def get_labels(decimal_places=1, units=None): _decimal_places = str(decimal_places) fmt = "[%." + _decimal_places + "f " + ": %0." + _decimal_places + "f" labels = np.copy(self._info["bins"]) labels[-1] =...

> @sampr7 your fix looks OK to me. Do you want to send a PR? @ocefpaf Sure. Will do