Metadata-Version: 2.1
Name: gdal-utils
Version: 3.3.0.3
Summary: gdal-utils: An extension library for GDAL - Geospatial Data Abstraction Library
Home-page: http://www.gdal.org
Author: Frank Warmerdam
Author-email: warmerdam@pobox.com
Maintainer: Idan Miara
Maintainer-email: idan@miara.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.6.0
Description-Content-Type: text/x-rst
Requires-Dist: gdal
Provides-Extra: numpy
Requires-Dist: numpy (>1.0.0) ; extra == 'numpy'

gdal-utils
=============

This gdal-utils Python package includes modules and functions that use and extend the
GDAL_ Geospatial Data Abstraction Library.

The GDAL project (primarily Even Rouault) maintains SWIG generated Python
bindings for GDAL and OGR, which are included in the gdal package.

Please also refer to the osgeo documentation and to the `GDAL API Tutorial`_.

Currently, The the gdal package also includes the utils package,
but in the future they might be available only in this gdal-utils package.

Because we don't test the utils against a different versions of gdal -
If you want to get the latest version of the utils, we do recommend you to upgrade
to the latest version of gdal and get the latest version of both.

But if you are unable to upgrade the gdal package for whatever reason,
You may still be able to upgrade the utils by installing this package.

Dependencies
------------

 * gdal (the osgeo package)
 * numpy (1.0.0 or greater) and header files (numpy-devel) (not explicitly
   required, but many examples and utilities will not work without it)

Installation
------------

gdal-utils can be installed from pypi.org::

  $ pip install gdal-utils

.. _GDAL API Tutorial: https://gdal.org/tutorials/
.. _GDAL: http://www.gdal.org


