Usage: cartoSetMinf.py [options]

set/create properties in a .minf header

Options:
  -h, --help            show this help message and exit
  -i INPUT, --inpput=INPUT
                        input .minf
  -p PROPERTY, --property=PROPERTY
                        property to set
  -v VALUE, --value=VALUE
                        property value (12, or "toto", or [ 1.2, 12 ]. Be
                        careful to put two quotes around numeric expressions
                        that are meant to be strings (one quote for the shell,
                        one for pyhton: "'12.5'") otherwise they will be taken
                        as numbers. Multiple property/value pairs are allowed
                        but must have matching numbers
  -e EXPRESSION, --expression=EXPRESSION
                        expression to apply, ex: attributes.update( { "toto" :
                        12, "tutu" : [ 1.2, 12.5 ] } , or del attributes[
                        "toto" ]
