-
Notifications
You must be signed in to change notification settings - Fork 2
Recognize long and lon for longitude #51
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
Conversation
… the long change.
eaa25f9
to
280b916
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What do you think about ignoring case when looking for |
It would be simple enough to just set all column names to lowercase with |
…--change carried through all calls and tests). Updated readme to reflect increased flexibility.
Realized the capitalization should be carried through as it's likely going to stick with greater generalization of later versions. This made for more files changed, but small changes. @johnbradley do you think that works/makes sense now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Matt Thompson <[email protected]>
Added ability to recognize
long
andlon
for longitude, and a test for thelong
change.