CS-SI / eodag-labextension

Jupyterlab extension for EODAG search
Apache License 2.0
18 stars 2 forks source link

Host the jupyter tab as a standalone page #116

Closed stratosgear closed 1 year ago

stratosgear commented 1 year ago

Is it possible to host the search page (the left tab on Jupyter) as a standalone web page?

Or is it too tightly integrated into some Jupyter functionality?

In other words, how much work is it to make this eodag "gui" work without Jupyter? Any hints?

Thanks!

sbrunato commented 1 year ago

hello @stratosgear , making this work without jupyterlab would be part of another project. This has been written as a jupyterlab extension and will not work without jupyter.

stratosgear commented 1 year ago

Thanks Sylvain.

making this work without jupyterlab would be part of another project.

Trying to parse your comment...

Do you imply that this is part of another ongoing "coming-soon" project, or that it "should" be part of a completely separate project?

stratosgear commented 1 year ago

In any case, I guess this can be closed, as it is not a real issue. Thanks Again!

sbrunato commented 1 year ago

Do you imply that this is part of another ongoing "coming-soon" project, or that it "should" be part of a completely separate project?

A portal like https://hydroweb.next.theia-land.fr/ can already generate an eodag download script from its GUI. You can also eodag in server mode with STAC Browser, this will not generate Python code but will use eodag to search and download in the backend of STAC browser

stratosgear commented 1 year ago

It seems your second suggestion is closer to what I has thinking about. But I run into a separate issue while trying it locally. I opened #761 for that.