asp_plot.cli.stereo_geom#
Functions#
|
Generate stereo geometry plots from satellite camera metadata files. |
Module Contents#
- asp_plot.cli.stereo_geom.main(inputs, directory, no_basemap, output_directory, output_filename)#
Generate stereo geometry plots from satellite camera metadata files.
The sensor is detected from the files themselves: WorldView (and other DigitalGlobe-heritage) XML, Airbus DIMAP v2 (Pléiades 1A/1B and Neo, SPOT 6/7, PeruSat-1), DIMAP v1 (SPOT 5, ALOS PRISM), ASTER (ASP gen_aster camera XML), and RPC-only products such as Cartosat-1 and Deimos, whose camera model lives in the image itself.
This tool creates a skyplot and map visualization of the satellite positions and ground footprints. INPUTS may be any mix of camera metadata files, images carrying RPCs, directories, and glob patterns, and need not follow a fixed directory structure, e.g.:
stereo_geom *.XML
stereo_geom scene1.xml scene2.xml
stereo_geom fore.tif aft.tif
stereo_geom my_delivery_dir/
If no INPUTS are given, –directory is used (default: current directory).