THE HD Data is not broken into regional pages so specifying bounds using; `if (int(degrees[1]) > 34) and (int(degrees[2]) > 160):` Gets all hemisphere. Ideas - Specify hemisphere - Break into regions
THE HD Data is not broken into regional pages so specifying bounds using;
if (int(degrees[1]) > 34) and (int(degrees[2]) > 160):Gets all hemisphere.
Ideas