Sign inSign up

nowx/gdal_python

By nowx

Updated almost 9 years ago

Run GDAL on Python

Image
0

514

nowx/gdal_python repository overview

gdal_python_dockerfile Docker Automated build Docker Build Status

Run GDAL on Python. Built using free-range GDAL, organic GEOS and Non-GMO PROJ.

Contents

The original goal here is to be able to use this on AWS Lambda. Due to the odd tag name behavior with Docker Hub (see below),

Your Options

Including the name of the latest image (eg docker pull nowx/gdal_python:xxx)

  • Centos 7 centos7-base-gdal2.2.1_05
    • Python 2.7.5 (Base) centos7-py27-gdal2.2.1_03
    • Python 3.4.5 (EPEL) centos7-py34-gdal2.2.1_03
    • Python 3.5.4 (ius.io) centos7-py35-gdal2.2.1_03
    • Python 3.6.2 (ius.io) centos7-py36-gdal2.2.1_03
  • Ubuntu 16.04 ubuntu16.04-base-gdal2.2.1_05
    • Python 2.7.11 (Base) ubuntu16.04-py27-gdal2.2.1_03
    • Python 3.5.1 (Base) ubuntu16.04-py35-gdal2.2.1_03
    • Python 3.6 (ppa) ubuntu16.04-py36-gdal2.2.1_03

The PPA, as recommended by the entire internet, is ppa:jonathonf/python-3.6. Note that we can't support Alpine Linux because of its lack of GCC

What the Devil is with the Tag Names

Limitations of Github and Docker Hub are what's up. I wrote about it in the wiki.

Usage

There's a wiki article about that, too.

License

Creative Commons Attribution-ShareAlike 4.0 International License

Tag summary

Content type

Image

Digest

Size

334.7 MB

Last updated

almost 9 years ago

docker pull nowx/gdal_python:centos7-py34-gdal2.2.1_03