Opened 16 years ago

Last modified 15 years ago

#327 closed enhancement

Export of results needs to be faster — at Version 1

Reported by: ole Owned by: nariman
Priority: normal Milestone:
Component: Efficiency and optimisation Version:
Severity: normal Keywords:
Cc:

Description (last modified by ole)

The function sww2dem is being used extensively to produced inundation maps. It is fairly slow since it has never been profiled and optimised. Ideas for optimising it include:

Specify polygon rather than rectangle and assign a value like -9999 to points outside of the polygon. Whether this will speed it up is unclear. Another option would be to profile the function and optimise the bottleneck if there is one.

The function needs some TLC in any case, as it has been evolving over the years without much attention.

Unfortunately, it may be that the slow performance comes from the interpolation code which is known to fairly slow.

Change History (1)

comment:1 Changed 16 years ago by ole

Description: modified (diff)
Type: defectenhancement
Note: See TracTickets for help on using tickets.