wildlife-dynamics / ecoscope-workflows

An extensible task specification and compiler for local and distributed workflows.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Task: Filter Tracks #30

Closed walljcg closed 6 days ago

walljcg commented 2 weeks ago

Before/After validators should support local geoparquet and bigquery in the cloud for now.

Dependencies:

Yun-Wu commented 1 week ago

@cisaacstern has added trajectory filters here:

https://github.com/wildlife-dynamics/ecoscope-workflows/blob/57e47cf88212c1435e7766779c3c5806197b23c2/ecoscope_workflows/tasks/preprocessing/_preprocessing.py#L64

@walljcg Does it meet the requirements for this ticket?

walljcg commented 1 week ago

Yes, that function does the conversion to a trajectory and filtering and makes sense to always have the two combined. In which case we don't need this as a separate task and can close this issue.