OGRSpatialRef3D icon indicating copy to clipboard operation
OGRSpatialRef3D copied to clipboard

make validation code more usable

Open pebbie opened this issue 11 years ago • 0 comments

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]

pebbie avatar Jan 31 '14 04:01 pebbie