Skip to content

FEATURE Change export system

Chosson Ulysse requested to merge FEATURE_export_csv into main

[0.17.0-alpha] - 2021-12-10

Add

  • Add many doc and doctest for the next export system

Change

  • Change all the system of the export csv. Now we take a yaml exodam file and write : DOI in a file 'general.csv', Objects in files 'objects.csv' one file for eaxh exo_type : (star, planet, satellite, comet, pulsar, ring, disk) and gs in a last file 'gs.csv'. All this file are in a directory was create by the function and the directory name has benn give by the user (add after when we update export in exodam.py with CLI)
  • Change the tests for the new export system.
Edited by Chosson Ulysse

Merge request reports