Created
October 30, 2020 04:55
-
-
Save M3nin0/5c44093e7dbe46902a10a50c394a33e7 to your computer and use it in GitHub Desktop.
An reana.yaml configuration to execute a classification using e-sensing/sits package
This file contains hidden or 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
| version: 0.6.0 | |
| inputs: | |
| directories: | |
| - R | |
| options: | |
| CACHE: on # Cache the steps results | |
| workflow: | |
| type: serial | |
| specification: | |
| steps: | |
| - name: BahiaStateClassification | |
| environment: m3nin0/geospatial-r:0.2.1f | |
| commands: | |
| - Rscript R/install.R | |
| - Rscript R/sits_classify.R | |
| - name: BahiaStateLabeling | |
| environment: m3nin0/geospatial-r:0.2.1f | |
| commands: | |
| - Rscript R/install.R | |
| - Rscript R/sits_postprocessing.R | |
| outputs: | |
| files: | |
| - v01_amostras_022024_probs_2018_8_2019_8_v1.tif | |
| - out/v01_amostras_022024_probs_class_bayesian_2018_8_2019_8_v1.tif | |
| - out/time_series_stac_cbers_64_16d_probs_cube.Rdata | |
| - out/time_series_stac_cbers_64_16d_probs_cube.rds | |
| - out/time_series_stac_64_16d_classified_cube.Rdata |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment