issues: 216689747
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
216689747 | MDU6SXNzdWUyMTY2ODk3NDc= | 1325 | extract values at nearest point with multidimensional latitude and longitude field | 13285597 | closed | 0 | 2 | 2017-03-24T07:55:53Z | 2019-02-25T01:16:40Z | 2019-02-25T01:16:40Z | NONE | 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? |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1325/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |