aerospaceresearch / orbitdeterminator

determination of satellite orbits and more
MIT License
185 stars 113 forks source link

Put all sample data in one folder #156

Closed aryadas98 closed 5 years ago

aryadas98 commented 5 years ago

Right now all the sample data used for testing (.csv files) are scattered across the whole repo. Put all of them in example_data. Do not mess with any script specific files - like main.py runs with orbit.csv by default, so don't move it. Check the same for automated and propagation folders. In the end, delete any empty folders.

vidhanarya commented 5 years ago

Any CSV file not in use by any script is already in example_data? Files in dst folder are generated by the automated.py script so unless we change input and output parameter of the scripts I guess the state of the codebase will remain same. Please confirm if I am right or not

aryadas98 commented 5 years ago

Yes, you are correct. I will have to ask others about it first.

CooperPair commented 5 years ago

So what's wrong in putting datasets in a folder as it will look more structured and for this, we just need to change the path of datasets in files?

aakash525 commented 5 years ago

Obviously, for managing database, you have to put the dataset in a single folder (create sub-folder if required) and after this, you have to update the path of datasets in respective files.

vidhanarya commented 5 years ago

Solved in PR #157, this issue can be closed now