aazuspan / sankee

Visualize classified time series data with interactive Sankey plots in Google Earth Engine
https://sankee.readthedocs.io/en/latest/index.html
MIT License
99 stars 15 forks source link

Fix CCAP projection to allow plotting without specifying `scale` (#29) #30

Closed aazuspan closed 2 years ago

aazuspan commented 2 years ago

Close #29

Projection information is lost when the CCAP images are mosaiced, which prevents reduceRegion from running unless scale is specified. Explicitly setting the default projection fixes that. EPSG:5070 is a reasonable choice since CCAP is a CONUS dataset.

codecov-commenter commented 2 years ago

Codecov Report

Merging #30 (d3193d0) into main (106e6da) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #30   +/-   ##
=======================================
  Coverage   88.19%   88.19%           
=======================================
  Files           5        5           
  Lines         271      271           
=======================================
  Hits          239      239           
  Misses         32       32           
Impacted Files Coverage Δ
sankee/datasets.py 95.06% <ø> (ø)

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 106e6da...d3193d0. Read the comment docs.