Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T tutorial
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • coastal-tep
  • tutorial
  • Wiki
  • upload processor

upload processor · Changes

Page history
Update upload processor authored Jun 07, 2018 by Sebastien Clerc's avatar Sebastien Clerc
Show whitespace changes
Inline Side-by-side
Showing with 1 addition and 1 deletion
+1 -1
  • upload-processor.md upload-processor.md +1 -1
  • No files found.
upload-processor.md
View page @ 36bfcb9e
......@@ -17,7 +17,7 @@ The shell script is the following:
![im33](https://gitlab.acri-cwa.fr/coastal-tep/tutorial/raw/master/images/part4/im33.png)
The script has to start with `#!/bin/sh`, and must have execution rights applied (`chmod +x`). Notice that the script has two input variables `$1` and `$2`, and that output results are placed in the `CTEP_OUTPUT_DIR` folder. The last point is important: this will allow the CTEP to know where to retrieve the processing results.
The script has to start with `#!/bin/sh`, and must have execution rights applied (`chmod +rx`). Notice that the script has two input variables `$1` and `$2`, and that output results are placed in the `CTEP_OUTPUT_DIR` folder. The last point is important: this will allow the CTEP to know where to retrieve the processing results.
To upload the processor, create a targz archive with this file. Assuming the file is called `proc1.sh`, the command is
`tar cvzf proc1.sh.tar.gz proc1.sh`.
......
Clone repository
  • A more complex processor
  • Adding layers
  • Processors use cases
  • Home
  • ias
  • sen2cor processor
  • upload processor
  • user activity manager