You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The topo_scale.py routine currently works well for small project, but quickly runs into trouble when used for larger projects. The internal computation of topo_scale could be improved and re-imprelemented using pure Dask syntax in order to limit the intermediate computation and memory usage.
TODO:
figure Dask usage
seek potential Dash user
identify bottleneck of current method
This will justify a new release version
The text was updated successfully, but these errors were encountered:
The
topo_scale.py
routine currently works well for small project, but quickly runs into trouble when used for larger projects. The internal computation of topo_scale could be improved and re-imprelemented using pure Dask syntax in order to limit the intermediate computation and memory usage.TODO:
This will justify a new release version
The text was updated successfully, but these errors were encountered: