spatial-data-lab / knime-geospatial-extension

This repository is built for KNIME-CGA Geospatial Project, and the goal is to build Python-based nodes for geospatial analysis in KNIME Analytic Platform.
MIT License
25 stars 10 forks source link

Document how to setup custom executor with the Geospatial Extension for KNIME Business Hub #327

Closed koettert closed 4 months ago

koettert commented 7 months ago

Create a step by step guide referencing as much of existing documentation. Explain the difference between airgap and online installation.

sturmkev commented 7 months ago

I created a first draft. Please read through it and comment on all sections that don't make sense from the perspective of an less experienced user. geospatial-install.md

sturmkev commented 7 months ago

There is an updated version available. geospatial-install.md

We might need to talk about how to fix the embedding of images.

wybert commented 7 months ago

Great work. I can't see the image embedded in the markdown file. I would suggest give a bit more details on the last step. Maybe give a link about the steps about create the EC in KNIME Hub.

sturmkev commented 7 months ago

Thank you. Good point that you mention to link our docs for the last step; will include that as well. I figured that the screenshots are not visible, since they don't live somewhere online. Maybe someone of you knows how to integrate those in the file?

wybert commented 6 months ago

You need host the screenshots somewhere so that you can just put the image URL in markdown file like ![](image_url.png). We can host the image in Github and then past the raw image URL in the markdown file, see here as an example.

I am wondering if we could include Python env and custom executor profiles setup here.

sturmkev commented 6 months ago

Hm, why exactly would you like to have conda envs and custom executor profiles described in this guide? I have the feeling that this would be out of scope for just setting up the extension on an execution context.

Thank you for the example about the images for markdown files. Totally clear to me. Since I haven't used git yet to push my guide, I suggest I will just zip the md + images and you can take care of placing it at the right spot in our repository!?

sturmkev commented 6 months ago

This is the most recent version. geospatial-install-guide.zip

koettert commented 5 months ago

I will crate a branch in Github with the above attached file as source of truth. I will then let Daria double check the spelling etc.