Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implementation of resample_spatial to reproject values #103

Merged
merged 34 commits into from
Aug 17, 2023

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    d186134 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    8d474fb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. fix from pre commit

    SerRichard committed May 15, 2023
    Configuration menu
    Copy the full SHA
    87680cc View commit details
    Browse the repository at this point in the history
  2. pre commit fix

    SerRichard committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c4c7723 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. pre commit file edits

    SerRichard committed May 24, 2023
    Configuration menu
    Copy the full SHA
    48931e9 View commit details
    Browse the repository at this point in the history
  2. accept reformatting

    SerRichard committed May 24, 2023
    Configuration menu
    Copy the full SHA
    dde83c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f749e3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. add reformatting

    SerRichard committed May 25, 2023
    Configuration menu
    Copy the full SHA
    92562d5 View commit details
    Browse the repository at this point in the history
  2. add reformat

    SerRichard committed May 25, 2023
    Configuration menu
    Copy the full SHA
    830ee60 View commit details
    Browse the repository at this point in the history
  3. accept reformats

    SerRichard committed May 25, 2023
    Configuration menu
    Copy the full SHA
    aeecb07 View commit details
    Browse the repository at this point in the history
  4. accept reformatting

    SerRichard committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5b034ed View commit details
    Browse the repository at this point in the history
  5. drop broken import

    SerRichard committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0fd1d14 View commit details
    Browse the repository at this point in the history
  6. accept reformatting

    SerRichard committed May 25, 2023
    Configuration menu
    Copy the full SHA
    6b5496c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. accept reformatting

    SerRichard committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    f510654 View commit details
    Browse the repository at this point in the history
  2. fixed broken tests

    SerRichard committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4191013 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. add comment

    Lukas Weidenholzer committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ea2efbe View commit details
    Browse the repository at this point in the history
  2. add negative test case

    Lukas Weidenholzer committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f457719 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. resolve locally

    SerRichard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a8e565b View commit details
    Browse the repository at this point in the history
  2. resolve conf

    SerRichard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    bb1a177 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Merge branch 'main' of github.com:Open-EO/openeo-processes-dask into …

    …DP-277-add-resample-spatial
    SerRichard committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b0b1563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4473660 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    7ef18ba View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    78b0b70 View commit details
    Browse the repository at this point in the history
  2. resolve conf

    SerRichard committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    83be538 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into DP-277-add-resample-spatial

    Lukas Weidenholzer committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e1c4947 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Update openeo_processes_dask/process_implementations/cubes/resample.py

    Co-authored-by: Lukas Weidenholzer <17790923+LukeWeidenwalker@users.noreply.github.com>
    SerRichard and LukeWeidenwalker authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c3c0638 View commit details
    Browse the repository at this point in the history
  2. Update openeo_processes_dask/process_implementations/cubes/resample.py

    Co-authored-by: Lukas Weidenholzer <17790923+LukeWeidenwalker@users.noreply.github.com>
    SerRichard and LukeWeidenwalker authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dc9a4ff View commit details
    Browse the repository at this point in the history
  3. Update openeo_processes_dask/process_implementations/cubes/resample.py

    Co-authored-by: Lukas Weidenholzer <17790923+LukeWeidenwalker@users.noreply.github.com>
    SerRichard and LukeWeidenwalker authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6ce40e7 View commit details
    Browse the repository at this point in the history
  4. Update openeo_processes_dask/process_implementations/cubes/resample.py

    Co-authored-by: Lukas Weidenholzer <17790923+LukeWeidenwalker@users.noreply.github.com>
    SerRichard and LukeWeidenwalker authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4132fea View commit details
    Browse the repository at this point in the history
  5. comments updates

    SerRichard committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    251f8e8 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'DP-277-add-resample-spatial' of github.com:Open-EO/open…

    …eo-processes-dask into DP-277-add-resample-spatial
    SerRichard committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9ee6e29 View commit details
    Browse the repository at this point in the history
  7. import typing optional

    SerRichard committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3e08f66 View commit details
    Browse the repository at this point in the history
  8. fix tessts

    SerRichard committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8dff319 View commit details
    Browse the repository at this point in the history
  9. bump process specs

    Lukas Weidenholzer committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    57af9be View commit details
    Browse the repository at this point in the history