Skip to content

connershoop/devcontainer-feature-ubuntugis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntugis feature

This repository contains the github codespaces ubuntugis feature, which was built from the Dev Container Features: Self Authoring template repository. This feature adds the cli tools proj, gdalinfo, gdalinfo, grass, pkinfo, and qgis to codespaces built with one of the ubuntu stable releases: jammy (22.04), focal (20.04) or bionic (18.04). The feature was made possible with the UbuntuGIS PPA's, and provides the option to use the stable release as well as the unstable release which "are more bleeding edge and while generally they should work well, they dont receive the same amount of quality assurance as our stable releases do".

Stable usage

{
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "features": {
    "ghcr.io/connershoop//ubuntugis:latest": {}
  }
}

Unstable usage

{
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "features": {
    "ghcr.io/connershoop/devcontainer-feature-ubuntugis/ubuntugis:latest": {
      "unstable": true
    }
  }
}

Test it!

Create a codespace

alt text

Select the devcontainer

alt text

Use cli tools!

alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •  

Languages