10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from @jhollist
40 25 5.994, but represented as 40.255994. Looks like dd, but is dms
Not yet in rewrite allowing user formats, but will try soon, and should in theory handle the above
The text was updated successfully, but these errors were encountered:
#7 rewriting the src: parse_lon and parse_lat should be done now
1864276
added back parse_lat_lon R fxn tests working
#7 update readme
68dbae0
add hemisphere back #7
4d63921
for formats could follow what CLongLatString does:
%H - hemisphere - single character of N,S,E,W %C - integer co-ordinate, may be negative or positive %c - decimal co-ordinate, the entire co-ordinate, may be negative or positive %D - integer degrees, always positive %M - integer degrees, always positive %S - integer seconds, always positive, rounded %d - decimal degrees, always positive %m - decimal minutes, always positive %s - decimal seconds, always positive %% - for %
Sorry, something went wrong.
No branches or pull requests
from @jhollist
Not yet in rewrite allowing user formats, but will try soon, and should in theory handle the above
The text was updated successfully, but these errors were encountered: