wri / gfw_forest_loss_geotrellis

Global Tree Cover Loss Analysis using Geotrellis and SPARK
MIT License
10 stars 8 forks source link

Burned Areas Analysis #90

Closed jterry64 closed 3 years ago

jterry64 commented 3 years ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the new behavior?

Does this introduce a breaking change?

codecov[bot] commented 3 years ago

Codecov Report

Merging #90 (8b4aa12) into feature/pro_dashboards (63100c1) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@                    Coverage Diff                    @@
##           feature/pro_dashboards     #90      +/-   ##
=========================================================
- Coverage                    1.10%   1.08%   -0.02%     
=========================================================
  Files                         235     239       +4     
  Lines                        4789    4869      +80     
=========================================================
  Hits                           53      53              
- Misses                       4736    4816      +80     
Flag Coverage Δ
unittests 1.08% <0.00%> (-0.02%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...lobalforestwatch/features/BurnedAreasFeature.scala 0.00% <0.00%> (ø)
...balforestwatch/features/BurnedAreasFeatureId.scala 0.00% <0.00%> (ø)
...globalforestwatch/features/CombinedFeatureId.scala 0.00% <0.00%> (ø)
...scala/org/globalforestwatch/features/Feature.scala 0.00% <ø> (ø)
...ala/org/globalforestwatch/features/FeatureDF.scala 0.00% <0.00%> (ø)
...rg/globalforestwatch/features/FeatureFactory.scala 0.00% <ø> (ø)
...la/org/globalforestwatch/features/FeatureRDD.scala 0.00% <0.00%> (ø)
...globalforestwatch/features/FeatureRDDFactory.scala 0.00% <0.00%> (ø)
...lforestwatch/features/FireAlertsModisFeature.scala 0.00% <0.00%> (ø)
...lforestwatch/features/FireAlertsViirsFeature.scala 0.00% <0.00%> (ø)
... and 25 more

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 63100c1...8b4aa12. Read the comment docs.

thomas-maschler commented 3 years ago

Thanks, after taking a first glance, I think that there will be some conflicts with the most recent changes I made in my branch. I will merge your branch into mine and resolve there. I might have some other comments later.