VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

importer and reader function rework #48

Closed mmaelicke closed 4 years ago

mmaelicke commented 4 years ago

There are two enhancements:

  1. The reader and importer should not only use **kwargs, but update datasource.args with kwargs to find optional settings.
  2. The mapping from datasourcetype to reader and importer should not be hardcoded. Better approach is to have an updateable mapping dict, with API wide `register*` functions to set custom importer and reader.