ICOS-Carbon-Portal / data

ICOS Carbon Portal's Data Service
GNU General Public License v3.0
2 stars 3 forks source link

Refactor TimeSeriesToBinTableConverter #273

Closed klarakristina closed 1 year ago

klarakristina commented 1 year ago

Concerns the file: https://github.com/ICOS-Carbon-Portal/data/blob/55444f6d22b99b4db6a0b1970ef571abf1fb5b10/src/main/scala/se/lu/nateko/cp/data/formats/TimeSeriesToBinTableConverter.scala

Currently, the parser attribute is set to null initially, and then updated when parsing starts. Wrapping the parse function in a memoization function would allow us to remove the parser attribute.

klarakristina commented 1 year ago

Fixed in db16185