Merge Kristy Files

This commit is contained in:
2023-07-09 00:26:58 -07:00
parent 516e494928
commit d7ed5d89d9
12 changed files with 309 additions and 113 deletions

View File

@ -22,6 +22,7 @@ taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g
- [photoview-in-docker-for-a-viewer-only](tasks/photoview-in-docker-for-a-viewer-only.md)
- [family-tree-as-markdown-files](tasks/family-tree-as-markdown-files.md)
- [image-size-distribution-per-exif-model-directory-when-no-model](tasks/image-size-distribution-per-exif-model-directory-when-no-model.md)
- [cluster-questioning](tasks/cluster-questioning.md)
## Todo

View File

@ -0,0 +1,13 @@
---
created: 2023-07-09T04:12:44.673Z
updated: 2023-07-09T04:12:44.667Z
assigned: ""
progress: 0
tags: []
---
# Cluster Questioning
Ask Logan for more details
- [ ] [k-means-clustering-introduction](https://www.geeksforgeeks.org/k-means-clustering-introduction/)

View File

@ -11,10 +11,16 @@ started: 2023-07-08T21:44:14.665Z
# Merge Kristy Files
```c#
string[] test = (from l in new string[] { "Mikes", "Mike", "Mik-e" } orderby l.EndsWith('s'), l.Contains('-') select l).ToArray();
return new(result, (from l in results orderby l.FileHolder.DirectoryName?.EndsWith('s'), l.FileHolder.DirectoryName?.Contains('-'), l.FileHolder.DirectoryName?.Length == 12 select l).ToArray());
```
## Sub-tasks
- [x] Convert .tiff to .jpg with Nikon Nx Studio at 100%
- [ ] Keep .tiff files in 2-Images-B
- [ ] Rotate the .jpg only
- [ ] Does original name matter to Kristy
- [ ] Use Rename console app to rename for storage
- [/] Keep .tiff files in 2-Images-B
- [ ] Copy to each backup from question
- [x] Rotate the .jpg only
- [x] Use Rename console app to rename for storage
- [ ] Move to production ...