Improve csv graph perfs
#1 (closed)
Fix issueMain bottlenecks:
- netcdf num2date function terribly slow
- write to csv line by line too slow
Solution:
- Update docker image (
reeftemps/opendap2ws
) to usepandas
library instead
Result:
- Improve perfs up to 3 times faster