Pathfinder_processing_steps

Module: Pathfinder_processing_steps

A module that runs the GIS functions for Pathfinder, removes overlapping grid from the results and then mosaic the results to a tif file

Module author: Nandi Moksnes <nandi@kth.se>

Functions

mosaic(dict_raster, proj_path)

This function mosaic the tiles (dict_raster) from Pathfinder to one tif file and places it in Projected_files folder :param dict_raster: :param proj_path: :return:

pathfinder_main(path, proj_path, elec_shp)

This is the function which runs all GIS functions and Pathfinder :param path: :param proj_path: :param elec_shp: :return:

remove_grid_from_results_multiply_with_lenght(…)

This function sets the results (shortest path network) from Pathfinder that are overlapping weights less than 0.5 so that where the grid route is utilized this is not double counted in the final results :param dict_pathfinder: :param dict_weight: :return: