Opened 15 years ago

Last modified 14 years ago

#327 closed enhancement

Export of results needs to be faster — at Initial Version

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

Description

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.

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

Change History (0)

Note: See TracTickets for help on using tickets.