abel-bzz - Overview

View abel-bzz's full-sized avatar

Organizations

@cerfacs-globc

Block or report abel-bzz

Pinned Loading

  1. 1

    // This code is licensed under the terms of the APACHE 2 License (https://www.apache.org/licenses/LICENSE-2.0.html)

    2

    // Copyright (C) 2023 Aoun Abel aoun.abel@gmail.com

    4

    public class FunctionalPipe {

    5

        public static <T> T pipe(T value,
  2. 1

    # This code is licensed under the terms of the APACHE 2 License (https://www.apache.org/licenses/LICENSE-2.0.html)

    2

    # Copyright (C) 2023 Aoun Abel aoun.abel@gmail.com

    4

    from __future__ import annotations

    5

    from functools import reduce
  3. 1

    # License: This code is licensed under the terms of the APACHE 2 License

    2

    # (https://www.apache.org/licenses/LICENSE-2.0.html)

    3

    # Copyright (C) 2023 Aoun Abel aoun.abel@gmail.com

    5

    # These are python 3.9+ utility functions for netCDF files.
  4. icclim: Python library for climate indices and climate indicators calculation.

    Python 92 34