Coder Social home page Coder Social logo

otb-docker's Introduction

Orfeo ToolBox Docker Images

Repository for building docker images containing Orfeo ToolBox. Each version has its own branch that you can checkout and build from.

Versions Status Image Size
7.0.0 7.0.0 Docker Image Size (tag) Docker Image Size (tag)
7.1.0 7.1.0 Docker Image Size (tag) Docker Image Size (tag)
7.2.0 7.2.0 Docker Image Size (tag) Docker Image Size (tag)
7.3.0 7.3.0 Docker Image Size (tag) Docker Image Size (tag)
7.4.0 7.4.0 Docker Image Size (tag) Docker Image Size (tag)
8.0.0 8.0.0 Docker Image Size (tag) Docker Image Size (tag)

Build

Build an image with a specific version of OTB:

git clone [email protected]:ashnair1/otb-docker.git
cd otb-docker/
git checkout <version>
docker build -f ./Dockerfile --build-arg BASE=osgeo/gdal:ubuntu-small-3.1.3 -t otb:small .

It is recommended to use one of the following images as the base image:

  • osgeo/gdal:ubuntu-full-3.1.3
  • osgeo/gdal:ubuntu-small-3.1.3

If unspecfied, ubuntu-small is used as the base image.

Refer to the documentation here to understand the difference.

Pull from Dockerhub

Pull an image with a specific version of OTB

docker pull ashnair1/otb:7.4.0-small

Run

docker run --rm --env OTB_MAX_RAM_HINT=2048 -v /path/to/local/data:/data otb/7.4.0:latest otbcli_ReadImageInfo -in /data/img.tif

otb-docker's People

Contributors

ashnair1 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.