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
I want to extract value for at a specific latitude and longitude point and the exact latitude/longitude value is not in the coordinates. Then I started with calculate the distance between two point on Earth, and then get the (x_idx, y_idx) by minimize the distance. However, CPU and time costing is a result because of the large size of data.
I'm wondering is there any other ways could make it less costing?
The text was updated successfully, but these errors were encountered:
How do I extract values at a specific latitude and longitude point when latitude/longitude values are 2-D array?
I have a dataset with the following coordinates:
I want to extract value for at a specific latitude and longitude point and the exact latitude/longitude value is not in the coordinates. Then I started with calculate the distance between two point on Earth, and then get the (x_idx, y_idx) by minimize the distance. However, CPU and time costing is a result because of the large size of data.
I'm wondering is there any other ways could make it less costing?
The text was updated successfully, but these errors were encountered: