Urban-Analytics-Technology-Platform / poppusher

https://popgetter.readthedocs.io/en/latest/
Apache License 2.0
7 stars 1 forks source link

Add methods for asset metadata derivation to a base classs #112

Open sgreenbury opened 5 months ago

sgreenbury commented 5 months ago

As suggested in #98 by @penelopeysm, currently there are several places during the subclassing process for a give data source where the user needs to specify how to write metadata associated with the asset outputs. This could be improved by moving the context.add_metadata_output() calls into the base class itself.