... | ... | @@ -12,16 +12,37 @@ The CTep provides you different applications in order to: |
|
|
|
|
|
This part will show you how to use some of these tools.
|
|
|
|
|
|
## 1. Open a product with QGis
|
|
|
## 1. Go to Interactive Application Services page
|
|
|
|
|
|
## 2. Shared a product with other users
|
|
|
1. Click on the Geobrowser menu and select the Interactive Application Services
|
|
|

|
|
|
|
|
|
2. You can know see the different available services.
|
|
|

|
|
|
|
|
|
## 2. Open a product with QGis
|
|
|
|
|
|
1. Click on the Start new button in Qgis row. A dialog box will appear. (Check the Shared option if you want to share your session with other users).
|
|
|
Then start the container.
|
|
|

|
|
|
|
|
|
2. A new dialog box will appear. Click on Connect to start.
|
|
|

|
|
|
|
|
|
3. QGis will open directly in your virtual environment.
|
|
|

|
|
|
|
|
|
4. Go to your basket to select a file.
|
|
|

|
|
|
|
|
|
5. For example a netCDF globcolour file. Open and vizualize it.
|
|
|

|
|
|
|
|
|
## 3. Shared a product with other users
|
|
|
|
|
|
## 4. Develop on Ubuntu
|
|
|
|
|
|
## 3. Develop on Ubuntu
|
|
|
|
|
|
1. Create your own processor. Here we will use a shell processor "proc1.sh" (don't forget to put #!/bin/sh at the beginning). This script will take two arguments in input and write the result in a text file.
|
|
|
(You must use the environment variable $CTEP_OUTPUT_DIR).
|
|
|

|
|
|
2. Compress your file (tar.gz)
|
|
|
3. Go to the geobrowser and login with your ESA SSO account: [https://coastal-tep.eo.esa.int/geobrowser/](https://coastal-tep.eo.esa.int/geobrowser/).
|
|
|
4. Go to the uploading processor interface [https://coastal-tep.eo.esa.int/wps/ui/#/](https://coastal-tep.eo.esa.int/wps/ui/#).
|
|
|

|
... | ... | |