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

Restore and test masking implementation #72

Conversation

jisantuc
Copy link
Contributor

@jisantuc jisantuc commented Jan 30, 2019

Overview

This PR restores the implementation of Masking -> MaskingNode and upgrades sbt-crossproject not
to use a deprecated version.

I'm not really sure how to test things.

@jisantuc jisantuc changed the title Feature/js/use non deprecated cross project Use non-deprecated cross-project and restore masking implementation Jan 30, 2019
@moradology
Copy link
Contributor

moradology commented Jan 30, 2019

Great catch, I'm glad this was an easy fix. I'd say that testing in general could use some love but that the change here is pretty minimal - you could (assuming your schedule permits) manually create an AST that uses masking/some super simple RasterLit and check that evaluation of the node NoDatas the appropriate pixels

@moradology
Copy link
Contributor

The RDD work which is killing travis can be ignored; I've created an issue at #73

@jisantuc
Copy link
Contributor Author

I think that's what I did in eb5722c

@jisantuc
Copy link
Contributor Author

It's tough to tell though because I can't compile tests 😞

@jisantuc
Copy link
Contributor Author

jisantuc commented Jan 31, 2019

I should say, I think that's what I did in eb5722c + e6892ab

@jisantuc jisantuc force-pushed the feature/js/use-non-deprecated-cross-project branch from c314c56 to 2e64591 Compare February 1, 2019 18:32
Extents come from the bottom left, (row, col) gets go from the top right
@jisantuc jisantuc changed the title Use non-deprecated cross-project and restore masking implementation Restore and test masking implementation Feb 4, 2019
@moradology moradology merged commit c7cf70b into geotrellis:master Feb 6, 2019
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

Successfully merging this pull request may close these issues.

2 participants