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

Performance improvements #3

Merged
merged 123 commits into from
Jul 22, 2021
Merged

Performance improvements #3

merged 123 commits into from
Jul 22, 2021

Commits on Aug 9, 2019

  1. using TreeMap should give better performance, because the map entries…

    … are requested multiple times
    marpet committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    595c4d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eede2a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4862011 View commit details
    Browse the repository at this point in the history
  4. replaced HashMaps by TreeMaps

    marpet committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    0fd98f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0849ac0 View commit details
    Browse the repository at this point in the history
  6. removed unnecessary condition

    marpet committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    55507b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. removed watermask operator and used the classifier directly (#2)

    * removed watermask operator and used the classifier directly
    
    * inlined watermask also for OLCI and improved S2
    marpet authored Aug 13, 2019
    Configuration menu
    Copy the full SHA
    8eda856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8340b1f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    f584659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da3438 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

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

Commits on Oct 8, 2019

  1. cleanup and a fix: for most sensors, cloud buffer was not correctly s…

    …et if corresponding cloudy pixel was inside cloud buffer width, but outside tile boundary. Implementation was correct only for MERIS, S2MSI.
    dolaf committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    be5fe46 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

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

Commits on Oct 15, 2019

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

Commits on Oct 21, 2019

  1. increased versions of Idepix Core, ProbaV and SPOT-VGT to 7.0.1-SNAPS…

    …HOT as they were recently changed
    dolaf committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    bea091f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. fixed distribution management

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    435feb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d191603 View commit details
    Browse the repository at this point in the history
  3. set to snapshot

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    621c563 View commit details
    Browse the repository at this point in the history
  4. set to snapshot

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    f59869c View commit details
    Browse the repository at this point in the history
  5. set to snapshot

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    8950b60 View commit details
    Browse the repository at this point in the history
  6. set to snapshot

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    74e2f28 View commit details
    Browse the repository at this point in the history
  7. updated parent

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9cea467 View commit details
    Browse the repository at this point in the history
  8. set to snapshot

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    49f5081 View commit details
    Browse the repository at this point in the history
  9. updated parent

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    d4742f3 View commit details
    Browse the repository at this point in the history
  10. updated parent

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    ed38219 View commit details
    Browse the repository at this point in the history
  11. set to snapshot

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    2431b2e View commit details
    Browse the repository at this point in the history
  12. updated parent

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    eeaced5 View commit details
    Browse the repository at this point in the history
  13. set to snapshot

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    f611047 View commit details
    Browse the repository at this point in the history
  14. remove file from index

    TonioF committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9604658 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

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

Commits on Dec 6, 2019

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

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    2b1aede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    183e9fa View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. fix in S2 MSI: latitude was not passed into S2 algorithm, thus snow t…

    …est was not working
    dolaf committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    511493f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. use geocoding to get lat value

    TonioF committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    c40ed4b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    4c20d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b75542a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    fd17696 View commit details
    Browse the repository at this point in the history
  2. set version to 7.0.1 in OLCI

    marpet committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    810d092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67d440c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dceb970 View commit details
    Browse the repository at this point in the history
  5. removed .idea

    marpet committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    bd0b098 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    marpet authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    1b1f96a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    bfdc887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c4d98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from bcdev/dagmar_cloud_shadow

    Cloud shadow fixed for southern hemisphere
    Brockmann Consult Development authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    63daf54 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    30e288c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3318d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from bcdev/dagmar_cloud_shadow

    Ice in lakes
    Brockmann Consult Development authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    7c22058 View commit details
    Browse the repository at this point in the history
  4. fixed wrong parent pom in Idepix assembly pom

    dolaf committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6839095 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. OLCI version 3.0.2

    marpet committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    c5b4eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    348432d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

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

Commits on Mar 5, 2020

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

Commits on Mar 18, 2020

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

Commits on Jul 22, 2020

  1. added travis configuration

    marpet committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    ed4e733 View commit details
    Browse the repository at this point in the history
  2. removed old nexus repository

    marpet committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    cdd105d View commit details
    Browse the repository at this point in the history
  3. set guava ersion to 24.1.1-jre

    marpet committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    70697c2 View commit details
    Browse the repository at this point in the history
  4. set surefire version

    marpet committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    0426321 View commit details
    Browse the repository at this point in the history
  5. using oracle jdk

    marpet committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6bfcfe1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    480deb7 View commit details
    Browse the repository at this point in the history
  7. disabled travis

    marpet committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    e6eb779 View commit details
    Browse the repository at this point in the history
  8. disabled travis

    marpet committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    04e1c75 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

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

Commits on Aug 4, 2020

  1. updated to SNAP 8 SNAPSHOT

    using single License.txt
    marpet committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ea3eda7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. testing travis with snap8

    marpet committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    8d08933 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. trigger build

    marpet committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    9cfcc49 View commit details
    Browse the repository at this point in the history
  2. correctly named travis file

    marpet committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    4b288a3 View commit details
    Browse the repository at this point in the history
  3. added travis badge to readme

    marpet committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    5ee259a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    1a8d88e View commit details
    Browse the repository at this point in the history
  2. updated gitignore

    marpet committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    6605765 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Bump junit from 4.12 to 4.13.1 (#19)

    Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
    - [Commits](junit-team/junit4@r4.12...r4.13.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    bfd04c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. prepared IDEPIX 8.0 release

    marpet committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    af829f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    661a8a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4e430 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

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

Commits on Nov 12, 2020

  1. Idepix S2: eliminated wrong mountain shadows caused by not excluding …

    …elevation no-data value -32768
    dolaf committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    0d1b97d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    b1f53af View commit details
    Browse the repository at this point in the history
  2. release S2MSI v8.0.1

    marpet committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    706232e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2975ef9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Jan 15, 2021

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

Commits on Jan 20, 2021

  1. release S2MSI v8.0.2

    marpet committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    bda333e View commit details
    Browse the repository at this point in the history
  2. release S2MSI v8.0.2

    marpet committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    01a3e5b View commit details
    Browse the repository at this point in the history
  3. set S2MSI v8.0.3-SNAPSHOT

    marpet committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    62b6c49 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    60c12a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f10bd42 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Adapt Idepix OLCI to updated OLCI O2A Harmonisation #13

    - increased dependency to 8.0.2
    
    Found also issues in other dependencies. Now all modules got updated and have SNAPSHOT status.
    removed enivsat dependency from core module.
    marpet committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    fc63e51 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. master is now at 9.0.0-SNAPSHOT and uses SNAP 9-SNAPSHOT

    maintenance is on the branch 8.x
    marpet committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    beaf57d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Idepix MERIS: 4th reprocessing: uses adapter and Op now from s3tbx-se…

    …ntinel3-reader module; fixed issue with valid pixel expression in radiance bands
    dolaf committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b6e3925 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    fa629b8 View commit details
    Browse the repository at this point in the history
  2. changed name

    marpet committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    cf0d8ac View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

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

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    849296d View commit details
    Browse the repository at this point in the history
  2. removed system.out.println

    marpet committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e49fcb8 View commit details
    Browse the repository at this point in the history
  3. fix #14 Update Tensorflow library to latest version

    - it is now 1.15
    marpet committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    d351767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5c2457 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

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

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    23abaa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adef8c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c6cc3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad6bfe1 View commit details
    Browse the repository at this point in the history
  5. do not log as often

    TonioF committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    200f442 View commit details
    Browse the repository at this point in the history
  6. added import

    TonioF committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ff7c876 View commit details
    Browse the repository at this point in the history
  7. added import

    TonioF committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    b2d52ce View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Merge pull request #45 from bcdev/toniof-idepix44-aiobe

    Toniof idepix44 aiobe
    TonioF authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    802692d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1589c06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d491a6e View commit details
    Browse the repository at this point in the history
  4. revert commit

    TonioF committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    d4304e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

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

Commits on Apr 27, 2021

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

Commits on May 10, 2021

  1. fixes #46 - harmonised Pre-Processing to Preprocessing and set catego…

    …ry to "Optical/Preprocessing/Masking" in Operator metadata
    marpet committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7e897a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f34854d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

Commits on Jul 19, 2021

  1. using TreeMap should give better performance, because the map entries…

    … are requested multiple times
    marpet committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    bee9278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450f19a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1987a4 View commit details
    Browse the repository at this point in the history
  4. replaced HashMaps by TreeMaps

    marpet committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    bcd1087 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a13b7a View commit details
    Browse the repository at this point in the history
  6. removed unnecessary condition

    marpet committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    9560ae1 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/performance_improvements' into p…

    …erformance_improvements
    
    # Conflicts:
    #	idepix-s2msi/src/main/java/org/esa/snap/idepix/s2msi/operators/cloudshadow/CloudShadowFlaggerCombination.java
    marpet committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    07340e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

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