TY - BOOK AU - Tyagi, Sachin AU - Banerjee, Dip Sankar TI - Vegetation Radial Clearance U1 - 004.678 PY - 2023/// CY - IIT Jodhpur PB - Department of Computer Science and Technology KW - Department of Computer Science and Technology KW - Computer Graphics KW - MTech Theses N1 - Vegetation Radial Clearance for the electricity network is the process of finding out the distance of nearby vegetation with the help of satellite images. Vegetation distance information is required to avoid outages in the electric network by trimming the vegetation on time before it grows too close. The complete process to find the radial distance involves multiple steps, from identifying the vegetation in the satellite image, then mapping the height to the placed tree, and finding the radial distance from the span (a section of the network). The height mapping and finding distance are compute-intensive tasks, as every pixel in the image is required to map to height, and then the tree polygon distance needs to be calculated based on each pixel in that polygon. We are focused on the two problems of mapping height to each pixel of a tree polygon and finding the distance from the nearby span. As these two problems are compute-intensive, we are working with Spark to get the performance benefits of distributed computing. We will also improve the performance by moving the implementation to the GPU with Spark ER -