OasisLMF / ODS_Tools

Python package supporting ODS OpenDataStandards (OED / ORD)
3 stars 1 forks source link

fix fill_empty method for field that end in XX or YYY #147

Closed sstruzik closed 1 month ago

sstruzik commented 2 months ago

fix default values for field ending in XX or YYY

Some OED field end with XX or YYY to allow users to specify several type of the same field (for example for GeogSchemeXX) Because of the mismatch between the column name and the field name (GeogScheme1 vs GeogSchemeXX), default value were not applied.