/asdf-gdal

Primary LanguageShellMIT LicenseMIT

asdf-gdal Build Lint

gdal plugin for the asdf version manager.

Contents

Dependencies

TODO: adapt this section

  • bash, curl, tar, and POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

asdf plugin add gdal
# or
asdf plugin add gdal https://github.com/n0rdlicht/asdf-gdal.git

gdal:

# Show all installable versions
asdf list-all gdal

# Install specific version
asdf install gdal latest

# Set a version globally (on your ~/.tool-versions file)
asdf global gdal latest

# Now gdal commands are available
ogrinfo --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Thorben Westerhuys