Skip to content
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

Open
hornig opened this issue Mar 22, 2021 · 5 comments
Open

input file format auto detect #234

hornig opened this issue Mar 22, 2021 · 5 comments

Comments

@hornig
Copy link
Collaborator

hornig commented Mar 22, 2021

parser.add_argument('-f', '--file_path', type=str, help="path to .csv data file", default='orbit.csv')

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.

@abafoon
Copy link

abafoon commented Mar 24, 2021

I already see commits to this issue, code at the referenced line is modified.

@hornig
Copy link
Collaborator Author

hornig commented Mar 25, 2021

Which issue do you see then?

If you mean iod, then it's not.

@varshini2305
Copy link
Contributor

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?

@varshini2305
Copy link
Contributor

Which issue do you see then?

If you mean iod, then it's not.

In addition to CSV files- we need a method to also read and process JSON files as input, is that all?

@hornig
Copy link
Collaborator Author

hornig commented Apr 28, 2021

@varshini2305 you maybe did not see the #244 PR, can you please check your PR #245 again, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants