Convert a .sav file to .csv file in Python

前端 未结 4 593
面向向阳花
面向向阳花 2021-01-17 07:28

I want to convert the contents of *.sav file into a *.csv file in Python. I have written the following lines of code to access the details of variables in *.sav file. Now, I

4条回答
  •  自闭症患者
    2021-01-17 07:47

    The column of latitude and longitude in the extracted files using your code looks interchanged. Further the latitude scale ranges from 0 to 180 (not +90 0 -90)) ...whether the 0 starts from the top. Pl. comment.

提交回复
热议问题