Skip to content

Run QGIS inside a remote Desktop on Jupyter and open remote data sources.

Notifications You must be signed in to change notification settings

sunu/jupyter-remote-qgis-proxy

Repository files navigation

Jupyter Remote QGIS Proxy

Run QGIS inside a remote Desktop on Jupyter and open remote data sources.

This is based on jupyter-remote-desktop-proxy.

Usage

Jupyter Remote QGIS Proxy can be used through nasa-qgis-image. To run locally:

  1. Clone the repository:

    git clone [email protected]:2i2c-org/nasa-qgis-image.git
    cd nasa-qgis-image
  2. Build the image:

    docker build -t qgis .
  3. Run the Jupyter lab server:

    docker run -it -p 8888:8888 --security-opt seccomp=unconfined qgis
  4. Open remote vector data in your browser by going to a URL like:

    http://127.0.0.1:8888/qgis/?action=add_vector_layer&url=https://raw.githubusercontent.com/flatgeobuf/flatgeobuf/master/test/data/countries.fgb&layer_name=countries-fgb&project_name=countries
    

About

Run QGIS inside a remote Desktop on Jupyter and open remote data sources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published