A satellite multi view stereo pipeline
Project description
CARS, a satellite multi view stereo framework
Overview • Quick Start • Documentation • Contribution • References
Overview
From stereo images | CARS produces a Digital Surface Model (DSM) |
---|---|
CARS is an open source 3D tool dedicated to produce Digital Surface Models from satellite imaging by photogrammetry. This Multiview Stereo framework is intended for massive DSM production with a robust, performant and modular design.
Be aware that the project is new and is evolving to maturity with CNES usage roadmaps and projects such as:
Quick start
CARS Docker Image
CARS is available on Docker Hub and can be downloaded by:
docker pull cnes/cars
One main pipeline to generate DSM
You only need to launch one command:
docker run -w /data -v "$(pwd)"/data_gizeh:/data cnes/cars /data/configfile.json
with one configuration input file ("configfile.json") located in a "data" folder to be consistent with the previous command lines:
{
"inputs": {
"sensors" : {
"one": {
"image": "img1.tif",
"geomodel": "img1.geom"
},
"two": {
"image": "img2.tif",
"geomodel": "img2.geom"
},
"three": {
"image": "img3.tif",
"geomodel": "img3.geom"
}
},
"pairing": [["one", "two"],["one", "three"]],
"initial_elevation": "srtm_dir/N29E031_KHEOPS.tif"
},
"output": {
"out_dir": "outresults"
}
}
On the way to the Pyramids...
You want to build the pyramids by yourself? Download our open licence Pleiades data sample to give CARS a try!
Documentation
Go to CARS Main Documentation.
Contribution
To do a bug report or a contribution, see the Contribution Guide.
For project evolution, see Changelog.
Credits
See Authors file
References
- Youssefi D., Michel, J., Sarrazin, E., Buffe, F., Cournet, M., Delvit, J., L’Helguen, C., Melet, O., Emilien, A., Bosman, J., 2020. Cars: A photogrammetry pipeline using dask graphs to construct a global 3d model. IGARSS - IEEE International Geoscience and Remote Sensing Symposium.
- Michel, J., Sarrazin, E., Youssefi, D., Cournet, M., Buffe, F., Delvit, J., Emilien, A., Bosman, J., Melet, O., L’Helguen, C., 2020. A new satellite imagery stereo pipeline designed for scalability, robustness and performance. ISPRS - International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cars-0.9.0.tar.gz
.
File metadata
- Download URL: cars-0.9.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0d2796dd9a684c6da21a0fea255d6cb3b5167713791ecc0287c1e22712a3cba |
|
MD5 | da16ecd43a7c942365ba7e2c3d3cf967 |
|
BLAKE2b-256 | 5e2d1fbbbd1c0a103fb3c68a4af17bbb2dd0be3763d528128722583e16aee779 |
File details
Details for the file cars-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: cars-0.9.0-py3-none-any.whl
- Upload date:
- Size: 3.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1df1773cc83c314692bb42db5027ba691915e9c6521a75d292be897f57e1ddb6 |
|
MD5 | 62d6fa4a43162fa1b67a9c704ae62c51 |
|
BLAKE2b-256 | bf513a7e2c450457316aaf80eef8e393f76e30e5806a8d335f9692572b151bbf |