-
Notifications
You must be signed in to change notification settings - Fork 2
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
add function fpr_photo_rename
to sort photos into directories and append photo name to end of photo file name
#39
Comments
could just append the may want to use a mutate and |
when photos are resized from original we change their extension to |
interestingly - the capitalization of .JPG vs .jpg is not an issue. not revising |
fpr_photo_rename
to sort photos into directories and append photo name to end of photo file name
make default param reason is to keep photo names as short as possible. b/c they are sorted to directories |
…ame to two pieces only as per NewGraphEnvironment/fpr#39
just added photo_extra3 - 5 to the function but if they are not there in the dataframe the function now fails with
The function fails if there is no photo_extra5_tag (like one of the old monitoring forms). removed the 5th one for now. Tried to abstrac the name of the tag column but couldn't get it to work yet |
may as well use
fpr
for this for now. will close this when added NewGraphEnvironment/dff-2022#65The text was updated successfully, but these errors were encountered: