eodag-labextension
eodag-labextension copied to clipboard
Jupyterlab extension for EODAG search
Hi Sylvain, I have seen in the [compatibility](https://github.com/CS-SI/eodag-labextension#compatibility) section that the latest version is compatible with JupyterLab v3. However, have you planned support with JupyterLab v4? Thanks, Espen
Find a way to make the huge product types drop-down list display faster
On component Fields in FormComponent.tsx : - [ ] resolve typescript error on useFieldArray function (line 263)  - [ ] delete the esl lint and the...
If there space for any new feature : would it be possible to add a button to upload geometries (e.g. file or geodataframe)? In my opinion that "small" option would...
In GitLab by @ctriquet-cs on May 10, 2021, 09:19 In the results previous modal view, it is now possible to select a product by clicking on the map. When some...
In GitLab by @sbrunato on Mar 31, 2021, 19:20 User should be able to select a single product in the found products list. The selected product ID would then be...
When using the eodag-labextension with jupyterhub v4.1, it shows the following error at the start of jupyterlab :  And there is nothing in the providers list as shown in...
Following #161 a visual bug appeared in search results overview:  There is an unwanted white bar at the top and the `"Generate code"` button at the bottom of the...
If we: 1. add a new search parameter by checking it in *more parameters* list, 2. then we set a value for it, 3. if we then uncheck this parameter...
Asynchronously initialize `EODataAccessGateway` on startup to prevent jupyter lab hanging while fetching external providers. On UI side, wait for backend response without blocking, with the "loading" image as indicator.