-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up doc structure, add @benbovy's gist, add tests #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
We'll need to add a few more tests (could be done later):
- test the
XoakAccessor
index property - test non-transformed coordinate values (perhaps with other data than geo coordinates)
- test NN lookup tolerance
- check that the order of coordinate labels in the returned selection is preserved (I checked this locally simply by inspecting the results and it works)
- shallow test for the
DataArray.xoak
accessor
I'd prefer merging this soon (maybe after CI is added), because then, the general repo structure is fixed and we can work on different aspects of the ToDo's you listed in separate PRs. |
Ok! Can I merge this now? :-) |
Yes, go ahead. :) |
This captures https://gist.github.com/benbovy/adcb7d3b14d22014444a2c57efb30696/4e1456fe66092283491ade2e30a1a75f91592c33 and adds a package structure and tests.