opendatacube / datacube-wps

Web Processing Service running on opendatacube
Other
7 stars 3 forks source link

Replace Chromium based SVG generation with more Pure Python version #59

Closed whatnick closed 3 years ago

whatnick commented 3 years ago

Expected behaviour

No heavy chromium dependency for SVG generation

Actual behaviour

Chromium is needed in the SVG generation pipeline leading to heavy docker image, unexpected vulnerabilities and slower builds. See commit here

Steps to reproduce the behaviour

uchchwhash commented 3 years ago

Closing this as we have replaced chrome+selenium with nodejs+canvas 😄.

Lesser of the two evils and stuff #59.