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

PR: Add support for coma separated text files for weather datafiles #84

Merged
merged 14 commits into from
Nov 20, 2017

Conversation

jnsebgosselin
Copy link
Owner

@jnsebgosselin jnsebgosselin commented Nov 16, 2017

Fixes #76

As stated in Issue #76, the objective of this PR is to save and read weather data input and output files using a coma separated text value format. Currently, a tab-separated format is used. This is confusing and harder to manipulate text files with other separators in Windows. Besides, csv stand for "Coma Separated Value", so...

This has been asked and noted by numerous people, so this is a much needed change, but it has a lot of ramifications in the code and more particularly in old code, where not everything is pretty 😱. Besides, support for tab-separated value text file should be kept also.

Created a new function to open weather datafile that can determine if
the file is tab or coma separated.
@jnsebgosselin jnsebgosselin added this to the gwhat-0.1 milestone Nov 16, 2017
@jnsebgosselin jnsebgosselin self-assigned this Nov 16, 2017
@jnsebgosselin jnsebgosselin changed the title PR: Support for coma separated text files for weather datafiles PR: Add support for coma separated text files for weather datafiles Nov 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant