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

Snap 1195 - Fixing menus discrepancies #57

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
*/
@OperatorMetadata(
alias = "BiophysicalOp",
label = "Biophysical Processor (LAI, fAPAR...)",
category = "Optical/Thematic Land Processing",
description = "The 'Biophysical Processor' operator retrieves LAI from atmospherically corrected Sentinel-2 products",
authors = "Julien Malik",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
*/
@OperatorMetadata(
alias = "CoregistrationOp",
label = "GeFolki Co-registration",
version = "1.0",
category = "Raster/Geometric",
category = "Raster/Geometric Operations",
description = "Coregisters two rasters, not considering their location",
authors = "Ramona M",
copyright = "Copyright (C) 2017 by CS ROMANIA")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
*/
@OperatorMetadata(
alias = "ForestCoverChangeOp",
label = "Forset Cover Change Operator",
version="1.0",
category = "Optical/Thematic Land Processing",
description = "Creates forrest change masks out of two source products",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
*/
@OperatorMetadata(
alias = "BandsDifferenceOp",
label = "Bands Difference",
version="1.0",
category = "",
description = "",
category = "", // TODO: find correct category or hide it in the graph builder menu
description = "", // I think it should be internal= true
authors = "Jean Coravu",
copyright = "Copyright (C) 2017 by CS ROMANIA")
public class BandsDifferenceOp extends Operator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
*/
@OperatorMetadata(
alias = "BandsExtractorOp",
label = "Bands Extractor",
version="1.0",
category = "",
category = "Optical",
description = "Creates a new product out of the source product containing only the indexes bands given",
authors = "Razvan Dumitrascu",
copyright = "Copyright (C) 2017 by CS ROMANIA")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
*/
@OperatorMetadata(
alias = "GenericRegionMergingOp",
label = "Generic region merging processor",
version="1.0",
category = "Optical/Thematic Land Processing",
category = "Raster/Segmentation", // "Optical/Thematic Land Processing",
description = "The 'Generic Region Merging' operator computes the distinct regions from a product",
authors = "Jean Coravu",
copyright = "Copyright (C) 2017 by CS ROMANIA")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
* @since 5.0.6
*/
@OperatorMetadata(alias = "Multi-size Mosaic",
category = "Raster/Geometric",
label = "Multi-size Mosaic",
category = "Raster/Geometric Operations",
version = "1.0",
authors = "Razvan Dumitrascu",
copyright = "(c) 2017 by CS Romania",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
* @since 5.0.6
*/
@OperatorMetadata(alias = "S2tbx-Reproject",
category = "Raster/Geometric",
label = "Reprojection",
category = "Raster/Geometric Operations", // TODO: Check where it is in the main menu
version = "1.0",
authors = "Marco Zühlke, Marco Peters, Ralf Quast, Norman Fomferra, Razvan Dumitrascu",
copyright = "(c) 2009 by Brockmann Consult, 2017 by CS Romania",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "ArviOp",
label = "ARVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Atmospherically Resistant Vegetation Index belongs to a family of indices with built-in atmospheric corrections.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "Bi2Op",
label = "BI2 Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Soil Radiometric Indices",
description = "The Brightness index represents the average of the brightness of a satellite image.\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "BiOp",
label = "BI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Soil Radiometric Indices",
description = "The Brightness index represents the average of the brightness of a satellite image.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "CiOp",
label = "CI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Soil Radiometric Indices",
description = "Colour Index was developed to differentiate soils in the field.\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "DviOp",
label = "DVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Difference Vegetation Index retrieves the Isovegetation lines parallel to soil line",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

@OperatorMetadata(
alias = "GemiOp",
label = "GEMI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "This retrieves the Global Environmental Monitoring Index (GEMI).",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "GndviOp",
label = "GNDVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Green Normalized Difference Vegetation Index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "IpviOp",
label = "IPVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Infrared Percentage Vegetation Index retrieves the Isovegetation lines converge at origin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "IreciOp",
label = "IRECI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Inverted red-edge chlorophyll index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "McariOp",
label = "MCARI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Modified Chlorophyll Absorption Ratio Index, developed to be responsive to chlorophyll variation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "MndwiOp",
label = "MNDWI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Water Radiometric Indices",
description = "Modified Normalized Difference Water Index, allowing for the measurement of surface water extent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*/
@OperatorMetadata(
alias = "Msavi2Op",
label = "MSAVI2 Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "This retrieves the second Modified Soil Adjusted Vegetation Index (MSAVI2).",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*/
@OperatorMetadata(
alias = "MsaviOp",
label = "MSAVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "This retrieves the Modified Soil Adjusted Vegetation Index (MSAVI).",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "MtciOp",
label = "MTCI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "The Meris Terrestrial Chlorophyll Index, aims at estimating the Red Edge Position (REP).\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "Ndi45Op",
label = "NDI45 Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Normalized Difference Index using bands 4 and 5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "NdpiOp",
label = "NDPI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Water Radiometric Indices",
description = "The normalized differential pond index, combines the short-wave infrared band-I and the green band",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "NdtiOp",
label = "NDTI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Water Radiometric Indices",
description = "Normalized difference turbidity index, allowing for the measurement of water turbidity",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "Ndwi2Op",
label = "NDWI2 Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Water Radiometric Indices",
description = "The Normalized Difference Water Index, allowing for the measurement of surface water extent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "NdwiOp",
label = "NDWI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Water Radiometric Indices",
description = "The Normalized Difference Water Index was developed for the extraction of water features",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "PssraOp",
label = "PSSRA Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Pigment Specific Simple Ratio, chlorophyll index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "PviOp",
label = "PVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Perpendicular Vegetation Index retrieves the Isovegetation lines parallel to soil line. Soil line has an arbitrary slope and passes through origin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "ReipOp",
label = "REIP Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "The red edge inflection point index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "RiOp",
label = "RI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Soil Radiometric Indices",
description = "The Redness Index was developed to identify soil colour variations.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "RviOp",
label = "RVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Ratio Vegetation Index retrieves the Isovegetation lines converge at origin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "S2repOp",
label = "S2REP processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Sentinel-2 red-edge position index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "SaviOp",
label = "SAVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "This retrieves the Soil-Adjusted Vegetation Index (SAVI).",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "TndviOp",
label = "TNDVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Transformed Normalized Difference Vegetation Index retrieves the Isovegetation lines parallel to soil line",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*/
@OperatorMetadata(
alias = "TsaviOp",
label = "TSAVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "This retrieves the Transformed Soil Adjusted Vegetation Index (TSAVI).",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

@OperatorMetadata(
alias = "WdviOp",
label = "WDVI Processor",
version="1.0",
category = "Optical/Thematic Land Processing/Vegetation Radiometric Indices",
description = "Weighted Difference Vegetation Index retrieves the Isovegetation lines parallel to soil line. Soil line has an arbitrary slope and passes through origin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
*/
@OperatorMetadata(
alias = "ReflectanceToRadianceOp",
label = "Reflectance-To-Radiance Processor",
version="1.0",
category = "Optical/Thematic Land Processing",
category = "Optical/Preprocessing",
description = "The 'Reflectance To Radiance Processor' operator retrieves the radiance from reflectance using Sentinel-2 products",
authors = "Dragos Mihailescu",
copyright = "Copyright (C) 2016 by CS ROMANIA")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/**
* An operator for computing maximum chlorophyll index (MCI) for Sentinel-2 MSI data.
*/
@OperatorMetadata(alias = "Mci.s2", authors = "Marco Peters", copyright = "Brockmann Consult GmbH",
@OperatorMetadata(alias = "Mci.s2", label="S2 MCI Processor", authors = "Marco Peters", copyright = "Brockmann Consult GmbH",
category = "Optical/Thematic Water Processing",
version = "1.0",
description = "Computes maximum chlorophyll index (MCI) for Sentinel-2 MSI.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Created by obarrile on 05/07/2017.
*/
@OperatorMetadata(alias = "S2Resampling",
label = "S2 Resampling Processor",
category = "Optical/Geometric",
authors = "Omar Barrilero",
version = "1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
*/
@OperatorMetadata(
alias = "SpectralAngleMapperOp",
label = "Spectral Angle Mapper Processor",
version="1.0",
category = "Optical/Thematic Land Processing",
category = "Geometric/Classification/Supervised Classification",
description = "Classifies a product using the spectral angle mapper algorithm",
authors = "Dumitrascu Razvan",
copyright = "Copyright (C) 2017 by CS ROMANIA")
Expand Down