This file contains a listing of all code which is included within the repository which is adapted from, extends, or includes code from another open source project. The filenames, sources, copyright and licenses are recorded here.
The file packages/pipeline/operations/xarray/remapping/healpix.py contains code from https://github.com/nathanielcresswellclay/zephyr, released under the MIT license, with copyright attributed to Jonothan Weyn (2018). The file demarkates which sections have been copied with minimal modificatiions.
The file config.py in various modules contains code taken from https://github.com/dask/dask/tree/main/dask, released under the BSD 3-Clause license, with copyright attributed to Anaconda Inc (2014).
The file packages/utils/src/pyearthtools/utils/initialisation/init_parsing.py contains code from https://github.com/Lightning-AI/pytorch-lightning, released under the Apache 2.0 license, with copyright attributed to the Lightning AI team.
The file packages/utils/src/pyearthtools/utils/parsing/init_parsing.py contains code from https://github.com/Lightning-AI/pytorch-lightning, released under the Apache 2.0 license, with copyright attributed to the Lightning AI team.
The file packages/data/src/pyearthtools/data/indexes/utilities/folder_size.py contains code from https://stackoverflow.com/questions/1392413/calculating-a-directorys-size-using-python, released under Creative Commons BY-SA 4.0 (International).
The file packages/data/src/edit/data/indexes/extensions.py extends and is largely sourced from https://github.com/pydata/xarray/blob/main/xarray/core/extensions.py, released under the Apache 2.0 license.