You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While developing geofetch we faced with drawback, where we are saving project metadata in config file and adding them to each sample using appendsample_modifier. It makes config file more complicated and project metadata is hard readeble for user.
I am wondering if it's posible, and worth to add new feature to pep, where we can Importing additional information to yaml file from csv.
The text was updated successfully, but these errors were encountered:
While developing geofetch we faced with drawback, where we are saving project metadata in config file and adding them to each sample using
append
sample_modifier
. It makes config file more complicated and project metadata is hard readeble for user.I am wondering if it's posible, and worth to add new feature to pep, where we can Importing additional information to yaml file from csv.
The text was updated successfully, but these errors were encountered: