Skip to content

Commit

Permalink
updated Operator Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dolaf committed Oct 14, 2024
1 parent b99e9d4 commit 2683d77
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
category = "Optical/Preprocessing/Masking/IdePix (Clouds, Land, Water, ...)",
version = "3.0",
authors = "Olaf Danne",
copyright = "(c) 2016 by Brockmann Consult",
copyright = "(c) 2016 - 2024 by Brockmann Consult",
description = "Pixel identification and classification for Landsat-8 OLI instrument.")
public class Landsat8Op extends Operator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
category = "Optical/Preprocessing/Masking/IdePix (Clouds, Land, Water, ...)",
version = "3.0",
authors = "Olaf Danne",
copyright = "(c) 2016 by Brockmann Consult",
copyright = "(c) 2016 - 2024 by Brockmann Consult",
description = "Pixel identification and classification for MERIS.")
public class IdepixMerisOp extends BasisOp {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
version = "3.0",
authors = "Olaf Danne, Marco Zuehlke",
// autoWriteDisabled = true,
copyright = "(c) 2016 by Brockmann Consult",
copyright = "(c) 2016 - 2024 by Brockmann Consult",
description = "Pixel identification and classification for MODIS.")
public class IdepixModisOp extends BasisOp {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
category = "Optical/Preprocessing/Masking/IdePix (Clouds, Land, Water, ...)",
version = "3.1.0",
authors = "Olaf Danne",
copyright = "(c) 2018 by Brockmann Consult",
copyright = "(c) 2018 - 2024 by Brockmann Consult",
description = "Pixel identification and classification for OLCI.")
public class IdepixOlciOp extends BasisOp {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
category = "Optical/Preprocessing/Masking/IdePix (Clouds, Land, Water, ...)",
version = "3.0",
authors = "Olaf Danne",
copyright = "(c) 2016 by Brockmann Consult",
copyright = "(c) 2016 - 2024 by Brockmann Consult",
description = "Pixel identification and classification for PROBA-V.")
public class ProbaVOp extends BasisOp {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
category = "Optical/Preprocessing/Masking/IdePix (Clouds, Land, Water, ...)",
version = "9.0.2",
authors = "Tonio Fincke, Olaf Danne",
copyright = "(c) 2019 by Brockmann Consult",
copyright = "(c) 2019 - 2024 by Brockmann Consult",
description = "Pixel identification and classification for Sentinel-2 MSI.")
public class S2IdepixOp extends Operator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
category = "Optical/Preprocessing/Masking/IdePix (Clouds, Land, Water, ...)",
version = "3.0",
authors = "Olaf Danne, Marco Zuehlke",
copyright = "(c) 2016 by Brockmann Consult",
copyright = "(c) 2016 - 2024 by Brockmann Consult",
description = "Pixel identification and classification for SeaWiFS.")
public class SeaWifsOp extends BasisOp {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
category = "Optical/Preprocessing/Masking/IdePix (Clouds, Land, Water, ...)",
version = "3.0",
authors = "Olaf Danne",
copyright = "(c) 2016 by Brockmann Consult",
copyright = "(c) 2016 - 2024 by Brockmann Consult",
description = "Pixel identification and classification for SPOT-VGT.")
public class VgtOp extends BasisOp {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
category = "Optical/Preprocessing/Masking/IdePix (Clouds, Land, Water, ...)",
version = "3.0",
authors = "Olaf Danne, Marco Zuehlke",
copyright = "(c) 2016 by Brockmann Consult",
copyright = "(c) 2016 - 2024 by Brockmann Consult",
description = "Pixel identification and classification for VIIRS.")
public class ViirsOp extends Operator{

Expand Down

0 comments on commit 2683d77

Please sign in to comment.