opendatacube / datacube-stats

Data Cube Temporal Statistic Tools
http://www.ga.gov.au/about/projects/geographic/digital-earth-australia
Other
22 stars 6 forks source link

load sentinel 2 with fmask #192

Closed emmaai closed 4 years ago

emmaai commented 4 years ago

Load sentinel 2 masked by a list of values of fmask, e.g., load pixels cloud and shadow free but with water

sources:
    - product: s2a_ard_granule
      measurements: [nbart_blue]
      mask_nodata: True
      masks:
        - product: s2a_ard_granule
          measurement: fmask
          valid_values: [valid, water]
codecov[bot] commented 4 years ago

Codecov Report

Merging #192 into master will decrease coverage by 0.00%. The diff coverage is 20.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
- Coverage   54.26%   54.25%   -0.01%     
==========================================
  Files          21       21              
  Lines        2416     2420       +4     
==========================================
+ Hits         1311     1313       +2     
- Misses       1105     1107       +2     
Impacted Files Coverage Δ
datacube_stats/main.py 39.87% <20.00%> (-0.13%) :arrow_down:
datacube_stats/statistics/geomedian.py 40.17% <0.00%> (+0.85%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 07768ab...b546612. Read the comment docs.