gisaia / ARLAS-proc

Workaround about data ingestion with computing frameworks
Apache License 2.0
4 stars 0 forks source link

Replace WithFragmentVisibilityFromTempo by WithFragmentVisibilityChange #182

Open sfalquier opened 4 years ago

sfalquier commented 4 years ago

ARLAS-proc may provide a WithFragmentVisibilityChange which takes the arlasTrackVisibilityProportion and behave the same as end part of WithFragmentVisibilityFromTempo (https://github.com/gisaia/ARLAS-proc/blob/develop/src/main/scala/io/arlas/data/transform/features/WithFragmentVisibilityFromTempo.scala#L45-L59)

The arlasTrackVisibilityProportion computing is specific to data (depends on tempo or duration...) and should stay in client apps. As a result, WithFragmentVisibilityFromTempo must be removed from ARLAS-proc (and client apps updated).