-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from AgPipeline/update_info
Update info and adding output file command line option
- Loading branch information
Showing
4 changed files
with
57 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ class ConfigurationSoilmask(Configuration): | |
# pylint: disable=too-few-public-methods | ||
|
||
# The version number of the transformer | ||
transformer_version = '2.0' | ||
transformer_version = '2.2' | ||
|
||
# The transformer description | ||
transformer_description = 'Stereo RGB Image Enhancement & Masking' | ||
transformer_description = 'RGB Image Soil Masking' | ||
|
||
# Short name of the transformer | ||
transformer_name = 'terra.stereo-rgb.rgbmask' | ||
transformer_name = 'soilmask' | ||
|
||
# The name of the author of the extractor | ||
author_name = 'Chris Schnaufer' | ||
|
@@ -24,7 +24,7 @@ class ConfigurationSoilmask(Configuration): | |
author_email = '[email protected]' | ||
|
||
# Repository URI of where the source code lives | ||
repository = 'https://github.com/Chris-Schnaufer/rgbmask.git' | ||
repository = 'https://github.com/AgPipeline/transformer-soilmask' | ||
|
||
# Contributors to this transformer | ||
contributors = ['Max Burnette', 'Zongyang Li', 'Todd Nicholson'] | ||
|
@@ -33,4 +33,4 @@ class ConfigurationSoilmask(Configuration): | |
transformer_sensor = 'stereoTop' | ||
|
||
# The transformer type (eg: 'rgbmask', 'plotclipper') | ||
transformer_type = 'rgb_mask' | ||
transformer_type = 'rgbmask' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters