Closed AlexLipp closed 10 months ago
Such a function is now implemented in autocatchments
and results in a 2x speed but result is undesirable as:
.nc
file..nc
is a widely interoperable file. Instead, more desirable speed ups can be gained by:
PR #8 has partially increased speed up (3-4x) by use of pickling but it can be improved more by using a lower overheads object than the RMG
Easy speed-ups could be gained by:
More challenging speed-ups could be gained by cythonizing the channel-profiler
Create a
load_from_node_arrays
function inautocatchments
so the network stack doesn't need to be built every run.