Metadata-Version: 2.1
Name: cars-resample
Version: 0.1.0
Summary: Resample an image according to a resampling grid.
Home-page: https://github.com/CNES/cars-resample
Author: CNES
Author-email: cars@cnes.fr
License: Apache Software License 2.0
Keywords: cars-resample,3D,DEM,cars,pandora,photogrammetry
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

<div align="center">
  <a href="https://github.com/CNES/cars"><img src="https://raw.githubusercontent.com/CNES/cars-resample/master/docs/images/picto_transparent.png" alt="CARS" title="CARS"  width="20%"></a>

<h4>cars-resample</h4>

[![Python](https://img.shields.io/badge/python-v3.8+-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](CONTRIBUTING.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0/)

<p>
  <a href="#overview">Overview</a> •
  <a href="#installation">Installation</a> •
  <a href="#contribution">Contribution</a>
</p>
</div>

## Overview

**cars-resample** aims to resample an image according to a resampling grid.

It is a part of the  photogrammetry tool [cars](https://github.com/cnes/cars) extracting Digital Surface Models from satellite images.

## Installation
**cars-resample** is available on Pypi and can be installed by:
```
pip install cars-resample
```

## Contribution
**cars-resample** is a free software: Apache Software License 2.0. See [Contribution](./CONTRIBUTING.md) manual.
