-
Notifications
You must be signed in to change notification settings - Fork 190
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 zmap io and no_data param in write_asc #199
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.
Thank you for this contribution!
Some requests from my side:
- I'd love to see the bug mentioned in BUG: write_asc_grid function does not run as expected #197 fixed with this contribution (since the same would apply to your additions)
- see review comments
- please run
black .
in the root directory to format the code accordingly (CI is failing there)
Edit:
- please add a test like for the asc routines:
Line 1127 in 09fe018
def test_kriging_tools(sample_data_2d):
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.
@MarkTNO thanks for the additions. I applied black
and pushed to your branch (don't forget to pull if you want to add further changes).
If you think, this is ready, let me know. Then I am happy to merge.
This looks good. Thanks. |
Example zmap:
https://saurabhkukade.com/posts/2020/07/understanding-zmap-file-format/