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
There are various options to explore to reduce the setup time (i.e. queuing all the function calls before beginning to execute them):
Clip the tile_index_extents to the region to rasterise buffered by the radius before the for loop - will limit the number of tiles to search through in 'select_lidar_files'. Do this in the roughness _add_tiled_lidar_chunked method as well Addressed as part ofRemove the Dask Compute #131
In _define_chunk_region explore buffering and clipping the shapely primatives instead of creating geopadas.GeoDataFrame's before the final step
The text was updated successfully, but these errors were encountered:
rosepearson
changed the title
Improvements to reduce setup time prior to dask compute
General Performance improvements related to geometry manipulations
Aug 17, 2023
There are various options to explore to reduce the setup time (i.e. queuing all the function calls before beginning to execute them):
_add_tiled_lidar_chunked
method as wellAddressed as part of Remove the Dask Compute #131
_define_chunk_region
explore buffering and clipping the shapely primatives instead of creating geopadas.GeoDataFrame's before the final stepThe text was updated successfully, but these errors were encountered: