Skip to content

Examind Tutorials : OpenEO, Galaxy through WPS, Time Data Aggregation, External Processes via CWL, ...

Notifications You must be signed in to change notification settings

Geomatys/Examind-Tutorials

Repository files navigation

Welcome to Examind Tutorials 🌍

This repository contains a list of tutorials on various Examind features.

If you have any questions, or if you want the latest docker image of Examind Community, please contact :


📑 List of tutorials

🛰️ OpenEO

⚙️ Run external process via CWL

(Expose external processes through WPS, Processes, OpenEO using Common Workflow Language)

🌌 Galaxy Workflows through WPS

⏱️ Time Data Aggregation

🗺️ Setup WMS, and visualisation in Terriamap


🚀 Deployment of Examind Community

You also have in this repository :

  • A 🐋 docker-compose file (for examind-community) (you need to import the docker image before)
  • A 📜 run.sh script (to run examind)
  • A 📜 stop.sh script (to stop examind)

📙 Generate Jupyter-Book documentation

To generate the documentation using Jupyter-Book, you need to have Jupyter-Book installed. If you don't have it yet, you can install it using pip:

pip install -U jupyter-book

Once you have Jupyter-Book installed, navigate to the root directory of the repository and run the following command:

jupyter-book build --html

This command will generate the documentation in the _build/html directory. You can open the index.html file in that directory with your web browser to view the generated documentation.

NOTE : If you only want to have the documentation "one time" using this repo you can run :

jupyter-book start

🖥️ Open the generated documentation

To open the generated documentation, you need to run a web server with the _build/html directory as the root. You can use Python's built-in HTTP server for this purpose.

Navigate to the _build/html directory:

cd _build/html

Then, start the HTTP server using Python:

python -m http.server 8000

This command will start a web server on port 8000. You can access the documentation by opening your web browser and navigating to http://localhost:8000.

About

Examind Tutorials : OpenEO, Galaxy through WPS, Time Data Aggregation, External Processes via CWL, ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages