ConversionΒΆ

If you want to convert data from planop v2, you will need the necessary code to read access databases. Install the pywin32 package in your planop virtualenv.

The conversion program assumes you have the planop v2 files in the folder path/to/planop/conversion/data/.

First copy the appropriate id2, pd2 and sd2 files into this folder.

In your virtualenv, you can launch the conversion of the analysis and substance file with the following command:

python manage.py convert xx.pd2 yy.sd2 zz.id2 --verbosity=2

If you only need to convert a substance file, you can do:

python manage.py convert_sd2 xx.sd2 --verbosity=2

To only convert an analysis file:

python manage.py convert_pd2 xx.pd2 yy.sd2 zz.id2 --verbosity=2