TCLAP::ValueArg<unsigned>refinement_arg("r","refine","refinement factor that raises the resolution of the raster data",false,1,"multiply the number of columns and rows of the raster by this factor");
cmd.add(refinement_arg);
TCLAP::ValueArg<bool>refinement_raster_output_arg("","refined-raster-output","write refined raster to a new ASC file",false,false,"");