Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environmental / Science data refactor #226

Closed
Tracked by #225
caguero opened this issue Jul 7, 2022 · 0 comments
Closed
Tracked by #225

Environmental / Science data refactor #226

caguero opened this issue Jul 7, 2022 · 0 comments
Assignees
Milestone

Comments

@caguero
Copy link
Collaborator

caguero commented Jul 7, 2022

(From @arjo129:)

Currently we have science sensors that load data into the system through CSV files. A few outstanding issues exist:

  • Parsing code is very tightly coupled with the sensor plugin. Ideally we need to move the parsing code to ignition-common so we can generate a VolumetricGridLookupField from the csv file.
  • We need to integrate this volumetric data with the Hydrodynamics and DVL. Ideally we should not parse the csv files too many times. Especially since the CSV may be loaded into memory. Perhaps have a centralized service or ecm component that can be queried which we use for interpolation?
@caguero caguero added this to the 2022 M3 milestone Jul 7, 2022
@caguero caguero added this to To Do in MBARI LRAUV development via automation Jul 7, 2022
@caguero caguero mentioned this issue Jul 7, 2022
22 tasks
@caguero caguero mentioned this issue Oct 5, 2022
38 tasks
@arjo129 arjo129 assigned arjo129 and hidmic and unassigned adityapande-1995 Nov 15, 2022
@caguero caguero closed this as completed Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants