NASA-IMPACT / veda-jupyterhub

VEDA JupyterHub technical planning and documentation
0 stars 1 forks source link

Objective JH-2: Expand “Open in QGIS on JupyterHub” work #42

Open batpad opened 2 months ago

batpad commented 2 months ago

Motivation

We currently can launch QGIS (in a Linux desktop environment in your browser) on the JupyterHub, and via URL instruct it to open specific vector layers. This is the start of ‘Open in QGIS’ work, and should be expanded.

Proposal

The expansion is in two ways:

We will also perform additional maintenance and stabilization work on this integration to make sure users have a smooth experience throughout.

Owners

Success criteria

batpad commented 2 months ago

Spoke to @wildintellect a bit about this and what data / tile formats we should support.

For now, I think we want to support 3 types of datasets:

@sunu can you add some pointers of where in the code we should look to add methods to support different types, and then I guess this should be pretty easy to test.

sunu commented 1 month ago

@batpad The code that opens remote vector datasets as a layer is here. Right now, it should support any remote source that can be opened with vsicurl.