-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input file format auto detect #234
Comments
I already see commits to this issue, code at the referenced line is modified. |
Which issue do you see then? If you mean iod, then it's not. |
Can you please elaborate on what you mean by IOD file formats? Or list all file formats that should be detected by the module? |
In addition to CSV files- we need a method to also read and process JSON files as input, is that all? |
@varshini2305 you maybe did not see the #244 PR, can you please check your PR #245 again, please? |
orbitdeterminator/orbitdeterminator/main.py
Line 215 in 2929ff4
currently, the default testcase is a simple .csv file.
but there are more like the IOD file formats or .json formated files (including multi station observations.
it would be nice to have a function that can automatically detect the format.
The text was updated successfully, but these errors were encountered: