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 Jul 02, 2017 by Sebastien Clerc's avatar Sebastien Clerc
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 2 deletions
+4 -2
  • upload-processor.md upload-processor.md +4 -2
  • No files found.
upload-processor.md
View page @ aa34827d
......@@ -22,13 +22,15 @@ The script has to start with `#!/bin/sh`, and must have execution rights applied
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`.
| Now we need to create new processor on the CTEP and define its parameters. Go to the Processor Integration interface. | ![im54](https://gitlab.acri-cwa.fr/coastal-tep/tutorial/uploads/7dafa25d179814d1fd8112383dbfb093/screenshot.png) |
Now we need to create new processor on the CTEP and define its parameters. Go to the Processor Integration interface.
![im54](https://gitlab.acri-cwa.fr/coastal-tep/tutorial/uploads/7dafa25d179814d1fd8112383dbfb093/screenshot.png)
Use the the interface to create a new processor ("New" button), then edit it. The "Info" tab lets you define the processor name and provide a short description. The "Visibility" button lets you share your processor with other users once you consider it validated.
Now go to the "Inputs" tab to define input parameters:
<img src="https://gitlab.acri-cwa.fr/coastal-tep/tutorial/raw/master/images/part4/im58.png" width="50%">
<img src="https://gitlab.acri-cwa.fr/coastal-tep/tutorial/raw/master/images/part4/im58.png" width="75%">
Go to the execution panel and enter the path of your processor. The path is relative to the root directory of your archive file.
......
Clone repository
  • A more complex processor
  • Adding layers
  • Processors use cases
  • Home
  • ias
  • sen2cor processor
  • upload processor
  • user activity manager