<h1 align="center">
<a href="https://pandora2d.readthedocs.io/?badge=latest"><img src="https://raw.githubusercontent.com/CNES/Pandora2D/master/docs/source/Images/logo/logo_pandora2d.png?inline=false" alt="Pandora2D coregistration Framework" width="432"></a>
</h1>
<h4 align="center">Pandora2d is a tool based on <a href="https://github.com/CNES/Pandora">Pandora<a/> to provide disparity maps
for images pairs with a combination of vertical and horizontal stereo.</h4>
<p align="center">
<a><img src="https://github.com/CNES/Pandora2D/actions/workflows/pandora2d_ci.yml/badge.svg?branch=master"></a>
<a href='https://pandora2d.readthedocs.io/?badge=latest'><img src='https://readthedocs.org/projects/pandora2d/badge/?version=latest' alt='Documentation Status' /></a>
<a href="https://opensource.org/licenses/Apache-2.0/"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
</p>
<p align="center">
<a href="#example-of-use">Example of use</a> •
<a href="#install">Install</a> •
<a href="#first-step">First Step</a> •
<a href="#to-go-further">To go further</a> •
<a href="#credits">Credits</a> •
<a href="#related">Related</a>
</p>
## Example of use
* Not-aligned Sentinel2 images from Ouarzazate's Solar Central.
Before Pandora2D | After Pandora2D
:-----------------:|:----------------:
![](https://raw.githubusercontent.com/CNES/Pandora2D/master/docs/source/Images/avant_recalage.gif?inline=false) | ![](https://raw.githubusercontent.com/CNES/Pandora2D/master/docs/source/Images/apres_recalage.gif?inline=false)
## Install
Pandora2D is available on Pypi and can be installed by:
```bash
# Upgrade your pip by running:
pip install --upgrade pip
# Install pandora2d latest release
pip install pandora2d
````
## Quick start
Pandora2d requires a `config.json` to declare the pipeline and the pair of images to process.
Download our data sample to start right away !
- [maricopa's pair with combination of vertical and horizontal stereo](https://raw.githubusercontent.com/CNES/Pandora2D/master/data_samples/images/maricopa.zip)
- [a configuration file](https://raw.githubusercontent.com/CNES/Pandora2D/master/data_samples/json_conf_files/a_basic_pipeline.json)
```bash
# Images pairs with a combination of vertical and horizontal stereo
wget https://raw.githubusercontent.com/CNES/Pandora2D/master/data_samples/images/maricopa.zip
# Config file
wget https://raw.githubusercontent.com/CNES/Pandora2D/master/data_samples/json_conf_files/a_basic_pipeline.json
# Uncompress data
unzip maricopa.zip
# run Pandora2d
pandora2d a_basic_pipeline.json output_dir
# The columns disparity map is saved in "./output_dir/columns_disparity.tif"
# The row disparity map is saved in "./output_dir/row_disparity.tif"
```
## To go further
To create your own coregistration pipeline and choose among the variety of
algorithms we provide, please consult [our online documentation](https://pandora2d.readthedocs.io).
You will learn:
* which steps you can use and combine
* how to quickly set up a Pandora2D pipeline
## Credits
Our data test sample contains modified 'Copernicus Sentinel data [2021]', provided by the Peps Sentinel2 website (CNES).
## Related
* [Pandora](<https://github.com/cnes/pandora>) - stereo matching framework
Raw data
{
"_id": null,
"home_page": "https://pandora2d.readthedocs.io/",
"name": "pandora2d",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "CNES",
"author_email": "emmanuelle.sarrazin@cnes.fr",
"download_url": "https://files.pythonhosted.org/packages/8c/99/ff74cf2913dbfa46de5d0582ef3fdd328494c10b339c68ecfd2047523dc5/pandora2d-0.4.0.tar.gz",
"platform": "any",
"description": "<h1 align=\"center\">\n<a href=\"https://pandora2d.readthedocs.io/?badge=latest\"><img src=\"https://raw.githubusercontent.com/CNES/Pandora2D/master/docs/source/Images/logo/logo_pandora2d.png?inline=false\" alt=\"Pandora2D coregistration Framework\" width=\"432\"></a>\n</h1>\n\n<h4 align=\"center\">Pandora2d is a tool based on <a href=\"https://github.com/CNES/Pandora\">Pandora<a/> to provide disparity maps\nfor images pairs with a combination of vertical and horizontal stereo.</h4>\n\n<p align=\"center\">\n <a><img src=\"https://github.com/CNES/Pandora2D/actions/workflows/pandora2d_ci.yml/badge.svg?branch=master\"></a>\n <a href='https://pandora2d.readthedocs.io/?badge=latest'><img src='https://readthedocs.org/projects/pandora2d/badge/?version=latest' alt='Documentation Status' /></a>\n <a href=\"https://opensource.org/licenses/Apache-2.0/\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"></a>\n</p>\n\n<p align=\"center\">\n <a href=\"#example-of-use\">Example of use</a> \u2022\n <a href=\"#install\">Install</a> \u2022\n <a href=\"#first-step\">First Step</a> \u2022\n <a href=\"#to-go-further\">To go further</a> \u2022\n <a href=\"#credits\">Credits</a> \u2022\n <a href=\"#related\">Related</a> \n</p>\n\n## Example of use\n\n* Not-aligned Sentinel2 images from Ouarzazate's Solar Central.\n\nBefore Pandora2D | After Pandora2D\n:-----------------:|:----------------:\n![](https://raw.githubusercontent.com/CNES/Pandora2D/master/docs/source/Images/avant_recalage.gif?inline=false) | ![](https://raw.githubusercontent.com/CNES/Pandora2D/master/docs/source/Images/apres_recalage.gif?inline=false)\n\n\n## Install\n\nPandora2D is available on Pypi and can be installed by:\n\n```bash\n # Upgrade your pip by running:\n pip install --upgrade pip\n # Install pandora2d latest release\n pip install pandora2d\n````\n\n## Quick start\n\nPandora2d requires a `config.json` to declare the pipeline and the pair of images to process.\nDownload our data sample to start right away !\n\n- [maricopa's pair with combination of vertical and horizontal stereo](https://raw.githubusercontent.com/CNES/Pandora2D/master/data_samples/images/maricopa.zip)\n- [a configuration file](https://raw.githubusercontent.com/CNES/Pandora2D/master/data_samples/json_conf_files/a_basic_pipeline.json)\n\n```bash\n # Images pairs with a combination of vertical and horizontal stereo\n wget https://raw.githubusercontent.com/CNES/Pandora2D/master/data_samples/images/maricopa.zip\n # Config file\n wget https://raw.githubusercontent.com/CNES/Pandora2D/master/data_samples/json_conf_files/a_basic_pipeline.json\n # Uncompress data\n unzip maricopa.zip\n # run Pandora2d\n pandora2d a_basic_pipeline.json output_dir\n\n # The columns disparity map is saved in \"./output_dir/columns_disparity.tif\"\n # The row disparity map is saved in \"./output_dir/row_disparity.tif\"\n```\n\n## To go further\n\nTo create your own coregistration pipeline and choose among the variety of\nalgorithms we provide, please consult [our online documentation](https://pandora2d.readthedocs.io).\n\nYou will learn:\n\n* which steps you can use and combine\n* how to quickly set up a Pandora2D pipeline\n\n## Credits\n\nOur data test sample contains modified 'Copernicus Sentinel data [2021]', provided by the Peps Sentinel2 website (CNES).\n\n\n## Related\n\n* [Pandora](<https://github.com/cnes/pandora>) - stereo matching framework\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "A coregistration tool",
"version": "0.4.0",
"project_urls": {
"Documentation": "https://pandora2d.readthedocs.io/en/latest/",
"Homepage": "https://pandora2d.readthedocs.io/",
"Source": "https://github.com/CNES/Pandora2D"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8c99ff74cf2913dbfa46de5d0582ef3fdd328494c10b339c68ecfd2047523dc5",
"md5": "f4912a2e5e02736879d4cc02f271801c",
"sha256": "5de4672f6c957e237f925e5fdea2326761fae7a255195ebf212fd735523bdba9"
},
"downloads": -1,
"filename": "pandora2d-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "f4912a2e5e02736879d4cc02f271801c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 11702629,
"upload_time": "2024-10-01T12:01:49",
"upload_time_iso_8601": "2024-10-01T12:01:49.366909Z",
"url": "https://files.pythonhosted.org/packages/8c/99/ff74cf2913dbfa46de5d0582ef3fdd328494c10b339c68ecfd2047523dc5/pandora2d-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-01 12:01:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "CNES",
"github_project": "Pandora2D",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "pandora2d"
}