-------------------
New Features
~~~~~~~~~~~~
- Added command-line interface (:issue_3dep:`10`).
- All feature query functions use persistent caching that can significantly improve
the performance.
Breaking Changes
~~~~~~~~~~~~~~~~
- Drop support for Python 3.6 since many of the dependencies such as ``xarray`` and ``pandas``
have done so.
- The returned ``xarray`` objects are in parallel mode, i.e., in some cases ``compute`` method
should be used to get the results.
- Save the output as a ``netcdf`` instead of ``raster`` since conversion
from ``nc`` to ``tiff`` can be easily done with ``rioxarray``.