8000 GitHub - simrit1/cars: CARS is a dedicated and open source 3D tool to produce Digital Surface Models from satellite imaging by photogrammetry.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ cars Public
forked from CNES/cars

CARS is a dedicated and open source 3D tool to produce Digital Surface Models from satellite imaging by photogrammetry.

License

Notifications You must be signed in to change notification settings

simrit1/cars

 
 

Repository files navigation

CARS

CARS, a satellite multi view stereo pipeline

Python Contributions welcome License Documentation

OverviewQuick StartDocumentationContributionReferences

Overview

From stereo images CARS produces a Digital Surface Model (DSM)
drawing drawing

CARS is an open source 3D tool dedicated to produce Digital Surface Models from satellite imaging by photogrammetry. This Multiview Stereo Pipeline is intended for massive DSM production with a robust and performant 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

Docker Status

CARS is available on Docker Hub and can be downloaded by:

docker pull cnes/cars

Two steps, one DSM

You only need to launch two commands:

# prepare step
docker run -v "$(pwd)"/data:/data cnes/cars prepare -i /data/input.json -o /data/prepare_outdir
# compute_dsm step
docker run -v "$(pwd)"/data:/data cnes/cars compute_dsm -i /data/prepare_outdir/content.json -o /data/compute_dsm_outdir

with one configuration input file ("input.json") located in a "data" folder to be consistent with the previous command lines:

{
    "img1" : "img1.tif",
    "color1" : "color1.tif",
    "img2" : "img2.tif",
    "srtm_dir" : "srtm_dir",
    "nodata1": 0,
    "nodata2": 0
}

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! You're at a dead end? This quick start script sets you back on the right path.

Documentation

Go to CARS Main Documentation See CARS generation README to rebuild documentation.

Contribution

To do a bug report or a contribution, see the Contribution Guide. For project evolution, see Changelog

Credits

See Authors file

References

About

CARS is a dedicated and open source 3D tool to produce Digital Surface Models from satellite imaging by photogrammetry.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.1%
  • GLSL 9.7%
  • Jupyter Notebook 7.7%
  • C++ 7.3%
  • Makefile 1.1%
  • Shell 0.5%
  • Other 0.6%
0