python-bufr
python-bufr copied to clipboard
Slow for large files
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