Skip to content
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

Add an 'auto' option to the gridders #637

Closed
joa-quim opened this issue Jun 22, 2021 · 1 comment
Closed

Add an 'auto' option to the gridders #637

joa-quim opened this issue Jun 22, 2021 · 1 comment

Comments

@joa-quim
Copy link
Member

It would be nice to have a quick-n-dirty way of interpolating a dataset. For example G = surface("myfile", auto=true), or even just G = surface("myfile")

Not that difficult. Only need to explore the input to detect the typical spacing between points and then create reasonable inc and region.

@joa-quim
Copy link
Member Author

Done in surface and nearneighbor. And added a new function gridit() that guesses -R, -I for all gridders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant