OGRSpatialRef3D
OGRSpatialRef3D copied to clipboard
make validation code more usable
validate
is developed to test correctness using pre-defined source and target coordinate system (ETRS to MGI). this purpose is mainly internal and might not be usable by others. possible options to make it more flexible are:
-
supply column names to be used in validation testing from command-line parameters
e.g.
validate --source-col=X_IN,Y_IN,Z_IN --target-col=X_OUT,Y_OUT,Z_OUT,GEOID_OUT,VCORR_OUT ...[additional options]