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