OpenwaterHealth / OpenwaterHealth/openlifu-python
Link Photoscan Objects to Source Photocollection via Reference Number
@arhowe00 is already working on this.
Since Mar 6, 2025.
- Dominant language
- Python
- Stars
- 27
- Forks
- 21
- Avg merge
- 1d 20m
- Merged PRs (30d)
- 6
Description
Create an association between photoscan objects and their originating photocollection by adding the photocollection_reference_number as an attribute to the Photoscan class. This will provide traceability of which photocollection (and thus which set of photos) was used to generate each photoscan. This change will require updating the class definition, database schema (JSON files), and DVC data.
This is a follow-up to recent work adding photocollections to the database (to close #234) and will support downstream analysis and tracking.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.