geodata.cutout.Cutout.datasetfn
===============================

.. py:method:: geodata.cutout.Cutout.datasetfn(*args)

   Return path to dataset xarray files related to this Cutout.

   :param \*args: optional arguments to append to the filename. If not specified,
                  the meta file will be returned. If specified, the dataset file will be returned, depending
                  on the number of arguments. One argument will return the dataset file for the given
                  year-month string, two arguments will return the dataset file for the given year and month.

   :returns: path to dataset xarray files related to this Cutout.
   :rtype: str

