10000 in rewrite: support user specified formats · Issue #7 · ropensci/parzer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

in rewrite: support user specified formats #7

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

Open
sckott opened this issue Mar 3, 2019 · 1 comment
Open

in rewrite: support user specified formats #7

sckott opened this issue Mar 3, 2019 · 1 comment
Milestone

Comments

@sckott
Copy link
Contributor
sckott commented Mar 3, 2019

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

sckott added a commit that referenced this issue Mar 6, 2019
added back parse_lat_lon R fxn
tests working
sckott added a commit that referenced this issue Mar 6, 2019
sckott added a commit that referenced this issue Mar 6, 2019
@sckott
Copy link
Contributor Author
sckott commented Mar 7, 2019

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 %

@sckott sckott added this to the v0.2 milestone Aug 24, 2019
@sckott sckott modified the milestones: v0.2, v0.3, v0.4 Oct 7, 2020
@sckott sckott modified the milestones: v0.4, v0.5 Feb 15, 2021
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

1 participant
0