NYCPlanning / data-engineering

Primary repository for NYC DCP's Data Engineering team
20 stars 0 forks source link

Product metadata format transformation #1013

Closed HengJiang0206 closed 1 month ago

HengJiang0206 commented 1 month ago

Explore packages and approaches to transform metadata formats from YAML to PDF, potentially with custom formatting options (fonts and mages). This could involve a mix of packages (readme/text builder or other combinations), from intermediate Python objects to PDF.

Criteria for package selection

Once there is a shortlist of options, compare them based on ease of use, reference code snippets, and examples of their API.

Sample Metadata: https://github.com/NYCPlanning/product-metadata/blob/main/products/pluto/pluto/metadata.yml

HengJiang0206 commented 1 month ago

New Plan for metadata transformation: YAML -> HTML -> PDF

(upon discussion with @alexrichey)

damonmcc commented 1 month ago

noting that this is related to https://github.com/NYCPlanning/data-engineering/issues/944