<div dir="ltr"><div><div><div><div>I have a list of longitudes and latitudes for which I extract the pixel values using gdallocationinfo.exe one by one for each pairs of longitudes and latitudes using for loop.<br><br></div>How I simultaneously get pixel values for all the list of longitudes and latitudes?<br></div>My list is large, so I want faster retrieval.<br></div>I am using python and outputting the pixel values into text file.<br></div>Is it possible?<br></div>