
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Overview • Quick Start • Documentation • Contribution • References
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.
CARS is currently under active development and integrated into various projects & missions:
Its roadmap and implemented functionalities are evolving regularly depending on specific project requirements.
CARS is available on Docker Hub and can be downloaded by:
docker pull cnes/cars
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"
}
}
},
"output": {
"directory": "outresults"
}
}
You want to build the pyramids by yourself? Download our open licence Pleiades data sample to give CARS a try!
Go to CARS Main Documentation.
To do a bug report or a contribution, see the Contribution Guide.
For project evolution, see Changelog.
See Authors file
FAQs
A satellite multi view stereo pipeline
We found that cars demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.