franckalbinet / marisco

Encoding IAEA MARIS data as NetCDF and others.
https://fr.anckalbi.net/marisco/
Apache License 2.0
3 stars 1 forks source link

Update Remapper class with new _dict_to_correct method #23

Closed niallmurphy93 closed 1 week ago

niallmurphy93 commented 1 week ago

Description:

I have added a new method _dict_to_correct to the Remapper class in utils.ipynb`. This method creates a dictionary for manual corrections of fuzzy matches.

Changes made:

  1. Added new method _dict_to_correct to the Remapper class
  2. The method returns a dictionary with:
    • Keys: source_name from each Match object in self.lut
    • Values: Empty strings, ready for manual input of corrections
niallmurphy93 commented 1 week ago

Removing this for now.