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
Filter the bad records when the value field is zero
Print number of bad recods count
Print bad recods table
Filter valid records by removing bad records
Find the two closest valid points to the bad records
Calculate the interpolated values using IDW math for bad records based on the two closest points
Update the interpolated values into the original records
Print the final interpolated recods
Limitations
Single formatted error message will be displayed when a file is uploaded with any of the following - duplicate data set; missing coordinates; invalid data such as alphabets and special characters
File holding records inclusive of empty lines will still be processed as the code will automatically ignore the empty lines and process rest of the dataset
While uploading the same file subsequently, please press the reset button and then upload the file
File containing records with both Space and Comma as delimiters cannot be uploaded