VacFind / GeoCompare

A tool designed to help the creators of vaccine finder tools easily manipulate, combine, and move data to allow everyone to have better access to data about vaccination sites during the pandemic
https://vacfind.github.io/GeoCompare/
MIT License
0 stars 3 forks source link

Create a class to associate a record in one source with a record in another. #17

Open MoralCode opened 3 years ago

MoralCode commented 3 years ago

This would need to at least store the Source object (as defined by models/source.py) and the identifier for the individual record being accessed for both the records from the source and target that are deemed to be a match

This class must also:

This class should also have the ability to store a confidence level for how certain the match is and should be able to handle associations with only one source defined. the operation of #12 will determine if this is needed