python-bufr icon indicating copy to clipboard operation
python-bufr copied to clipboard

Slow for large files

Open mraspaud opened this issue 10 years ago • 0 comments

From [email protected] on November 05, 2009 14:17:18

  • In files containing satellite data in scanlines the reader will try to collapse entries which are identical across the entire scanline as for instance satellite id. In order to be sure not to collapse data which varies in another scanline the while file is searched twice
    • String operations when creating unique names for each variable seems to be slow. Mostly because of a high hitcount.

Original issue: http://code.google.com/p/python-bufr/issues/detail?id=1

mraspaud avatar Dec 12 '14 14:12 mraspaud