Giter Club home page Giter Club logo

fchapoton / cars Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cnes/cars

0.0 1.0 0.0 52.77 MB

CARS is a dedicated and open source 3D tool 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. CARS means Chaîne Automatique de Restitution Stéréoscopique in french.

Home Page: https://cars.readthedocs.io/

License: Apache License 2.0

Dockerfile 0.52% Python 71.99% Shell 0.47% Jupyter Notebook 8.12% CMake 0.21% C++ 7.69% GLSL 10.15% Makefile 0.85%

cars's Introduction

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

References

cars's People

Contributors

aurelieemilien avatar bertolinom avatar duboise-cnes avatar dumasl avatar dyoussef avatar esarrazin avatar steuxyo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.