Skip to content

Commit

Permalink
Updated docstring of pyl4c.apps.resample.NestedGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-e committed Feb 28, 2023
1 parent 269be6b commit beeac06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyl4c/apps/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,13 @@ class NestedGrid(object):
----------
pft : tuple
PFT values to use in downscaling
shape : Sequence
(Optional) The intended shape (at 9-km resolution) of the L4C data
that will be downscaled. If not provided, should the shape of the
data not match the PFT map, an error will be raised.
subset_bbox : Sequence
(Optional) An optional bounding box, `(xmin, ymin, xmax, ymax)`,
specifying a spatial subset that will be downscaled
'''
def __init__(self, pft = range(1, 9), shape = None, subset_bbox = None):
self._offsets = (0, 0)
Expand Down

0 comments on commit beeac06

Please sign in to comment.