Skip to content

Improve csv graph perfs

Baptiste GAUDRON requested to merge update_perfs into master

Fix issue #1 (closed)

Main bottlenecks:

  • netcdf num2date function terribly slow
  • write to csv line by line too slow

Solution:

  • Update docker image (reeftemps/opendap2ws) to use pandas library instead

Result:

  • Improve perfs up to 3 times faster

Merge request reports