SKalt / gdal_build_debug

A py.test suite to check gdal builds for format support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdal_build_debug

Documentation Status Updates

A py.test suite to test whether gdal built with the dependencies and formats you want.

https://trac.osgeo.org/gdal/wiki/BuildingOnUnix

USAGE

gdal_build_debug is to be used on the command line:

 gdal_build_debug [OPTIONS] COMMAND [ARGS]...

 Options:
 --help  Show this message and exit.

 Commands:
test

EXAMPLES

gdal_build_debug --with postgis test --formats

gdal_build_debug --without postgis test --formats
gdal_build_debug test --formats with:postgis without:spatialite

gdal_build_debug test --dependencies with:spatialite
gdal_build_debug test --dependencies --formats with:geos with:geojson
# tests whether the configuration log includes the GEOS dependency and the command line supports the geojson format

gdal_build_debug test --version-is=2.2.*
# match the version via regex

Features

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

A py.test suite to check gdal builds for format support

License:MIT License


Languages

Language:Python 94.5%Language:Makefile 5.5%