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

[DRAFT] FLAIR#2 Dataset and Datamodule Integration #2394

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2024

  1. docs: update recommended strategy for models with input and output (i…

    …mg and msk)
    
    Updates in the custom raster dataset tutorial and the actual file documentation. The previous recommended approach (overriding `__get_item__`) is outdated.
    
    Refs: microsoft#2292 (reply in thread)
    Mathias Baumgartinger committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b96c78b View commit details
    Browse the repository at this point in the history
  2. fix: grammar and formatting

    Co-authored-by: Adam J. Stewart <[email protected]>
    MathiasBaumgartinger and adamjstewart authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0ce9b78 View commit details
    Browse the repository at this point in the history
  3. fix: grammar

    Co-authored-by: Adam J. Stewart <[email protected]>
    MathiasBaumgartinger and adamjstewart authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d48acd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    8bafb95 View commit details
    Browse the repository at this point in the history
  2. feat/WIP: draft for data.py generation file for FLAIR2 dataset

    Mathias Baumgartinger committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    431220d View commit details
    Browse the repository at this point in the history
  3. fix/WIP: fix formatting conventions and populate directories for each…

    … type individually
    Mathias Baumgartinger committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c9d989d View commit details
    Browse the repository at this point in the history
  4. fix/WIP: use alternative hashing algorithm for reproducibility and co…

    …rrect rng ranges
    Mathias Baumgartinger committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8c16f69 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. feat/WIP: draft for datasets and docs

    Not fully functioning yet, contains copy paste from other datasets
    LL Workshop committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3f7fec7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. refactor/WIP: mark TODOS, add some documentation

    Mathias Baumgartinger committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7c4eaf9 View commit details
    Browse the repository at this point in the history
  2. feat/WIP: first draft for test FLAIR2

    Mathias Baumgartinger committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    21e5b08 View commit details
    Browse the repository at this point in the history
  3. feat: add FLAIR2 import to __init.py__

    Mathias Baumgartinger committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    541630f View commit details
    Browse the repository at this point in the history
  4. feat/WIP: adds sentinel 2 loading/plotting logic

    Additionally, some small code refactors are done
    Mathias Baumgartinger committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    4c1602f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da45219 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. feat/WIP: update flair2 unit tests

    Mathias Baumgartinger committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4bdbe9a View commit details
    Browse the repository at this point in the history
  2. fix&refactor/WIP: provide correct download address for toy dataset an…

    …d refine plotting
    Mathias committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8d6d687 View commit details
    Browse the repository at this point in the history
  3. fix/WIP: properly crop sentinel 2 data

    Using the entire sentinel-2 image and a matplotlib patch to debug, otherwise it is really hard to find correct spot due to low resolution
    Mathias committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    563f7f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix/WIP: update cropping slices to match the actual size, fix `_verif…

    …y()` for sentinel
    
    With the nested dict, it was not possible to download dynamically
    Mathias Baumgartinger committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6aeff90 View commit details
    Browse the repository at this point in the history
  2. feat/WIP: add test data creation of sentinel files

    Mathias Baumgartinger committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    592c336 View commit details
    Browse the repository at this point in the history
  3. fix: update tests for FLAIR2 dataset

    Mathias Baumgartinger committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6d3a189 View commit details
    Browse the repository at this point in the history
  4. feat: add dummy data for flair2

    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9930f6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddef891 View commit details
    Browse the repository at this point in the history
  6. docs: update documentation of flair2 dataset

    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    63ddc2f View commit details
    Browse the repository at this point in the history
  7. feat: proper integrity checks using correct md5s

    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ed5ed59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5af101 View commit details
    Browse the repository at this point in the history
  9. feat: add flair2 datamodule

    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6040cd1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2704b3f View commit details
    Browse the repository at this point in the history
  11. feat: new dummy data

    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    96a2207 View commit details
    Browse the repository at this point in the history
  12. refactor: syntax for mypy and ruff

    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6e3301e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    09d5fd6 View commit details
    Browse the repository at this point in the history
  14. feat: save md5s of newly created zips to txt

    md5s might change due to timestamps, this eases the process of changing md5
    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3393953 View commit details
    Browse the repository at this point in the history
  15. fix: update md5s for test data

    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9fc77bc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d68c377 View commit details
    Browse the repository at this point in the history
  17. refactor: remove accidentally pushed test scene

    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5cbee8d View commit details
    Browse the repository at this point in the history
  18. refactor: fix ordering for ruff

    Mathias committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    196b090 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. perf: reduce dummy data size

    Mathias Baumgartinger committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1fe9b08 View commit details
    Browse the repository at this point in the history
  2. docs: replace wrong class link

    Mathias Baumgartinger committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ffecc2d View commit details
    Browse the repository at this point in the history
  3. docs: update versionadded 0.7

    Mathias Baumgartinger committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e29ba3d View commit details
    Browse the repository at this point in the history
  4. docs: add versionadded

    Mathias Baumgartinger committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0194550 View commit details
    Browse the repository at this point in the history
  5. refactor: add colormap as class member and restructure code

    Mathias Baumgartinger committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f64cc40 View commit details
    Browse the repository at this point in the history
  6. fix: add a self. for newly defined member variable (undefined varia…

    …ble)
    Mathias Baumgartinger committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    971f63d View commit details
    Browse the repository at this point in the history