summary:Command line toolkit for processing aerial drone imagery
description:>
An open source command line toolkit for processing aerial drone imagery. ODM turns simple 2D images into:
*Classified Point Clouds
*3D Textured Models
*Georeferenced Orthorectified Imagery
*Georeferenced Digital Elevation Models
The application is available for Windows, Mac and Linux and it works from the command line, making it ideal for power users, scripts and for integration with other software.
# The UbuntuGIS PPA only has i386 and amd64 packages so we can't build any
# other architectures. Therefore let's limit to those here.
architectures:
- build-on:i386
run-on:i386
- build-on:amd64
run-on:amd64
package-repositories:
- type:apt
ppa:ubuntugis/ubuntugis-unstable
parts:
prereqs:
source:.
plugin:nil
build-packages:
- build-essential
- cmake
- gdal-bin
- gfortran# to build scipy
- git
- libgdal-dev
- libgeotiff-dev
- libjsoncpp-dev
- libssl-dev
- libusb-1.0-0-dev
- ninja-build
- pkg-config
- python3-dev
- python3-gdal
- python3-pip
- python3-setuptools
- python3-wheel
- rsync
- swig3.0
stage-packages:
- gdal-bin
- libgdal28
- libgeotiff5
- libjsoncpp24
- libspqr2
- libssl1.1
- libusb-1.0-0
- proj-data
- procps
- python3
- python3-distutils
- python3-gdal
- python3-pkg-resources# required base package for core20
- python3-requests# required base package for core20
- python3-setuptools
stage:
# remove deb-based numpy because it conflicts with our pip-installed version