spc_to_feature_catalog

giant.scripts.spc_to_feature_catalog:

This script provides a utility for converting a SPC set of Maplets into a GIANT feature catalog for use with GIANT Surface Feature Navigation (SFN).

Warning

This script saves some results to python pickle files. Pickle files can be used to execute arbitrary code, so you should never open one from an untrusted source.

Usage

Generate a feature catalog for Surface Feature Navigation (SFN) containing locations of maplet topography files.

usage: spc_to_feature_catalog [-h] [-f FILTER] [-o OUTPUT] [-d OUTPUT_DIR] [--triangles_32] [-u] shape

Positional Arguments

shape

path to the shape file directory

Named Arguments

-f, --filter

a list of the landmark subset to be used

-o, --output

The file to save the results to

Default: './spc_maps.pickle'

-d, --output_dir

The directory to save the feature files to

--triangles_32

Use the memory efficient (32 bit) triangles instead of the 64 bit ones

Default: False

-u, --update

use existing kdtree if available

Default: False

WARNING: This script saves some results to python pickle files. Pickle files can be used to execute arbitrary code, so you should never open one from an untrusted source.