nasa-jpl / its_live_production

A NASA MEaSUREs project to provide automated, low latency, global glacier flow and elevation change datasets
MIT License
17 stars 6 forks source link

Computed X and Y components of v, v0, v_amp for composites should be filtered against large values #20

Closed mliukis closed 10 months ago

mliukis commented 10 months ago

Computed v, v0 and v_amplitude invalid values are filtered out: https://github.com/nasa-jpl/its_live_production/blob/dd5dcbd7bb2de88f6f18333b198c3cd12a2d267d/src/itslive_composite.py#L1019-L1024

https://github.com/nasa-jpl/its_live_production/blob/dd5dcbd7bb2de88f6f18333b198c3cd12a2d267d/src/itslive_composite.py#L2769C25-L2774

Need to add the same filter for corresponding X and Y components.

mliukis commented 10 months ago

Fix will be applied to the last 50 composites that we need to be re-run.

All other composites will have the issue and mosaics code will need to filter these values out for now. Future updates to composites will have the issue addressed.