Created
February 6, 2020 10:55
-
-
Save parulnith/14a9da40ad9499d2e8fc433ae9952db5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| df.select('red', | |
| 'nir', | |
| 'datetime', | |
| 'id', | |
| rf_extent('red').alias('extent'), | |
| rf_crs('red').alias('crs')) \ | |
| .filter(rf_no_data_cells(rf_with_no_data('red', 0)) < 800) | |
| # show tiles that have lots of valid data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment