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

How to prepare data from multiple locations and multiple sensors? #644

Open
Python0py opened this issue Sep 23, 2024 · 0 comments
Open

How to prepare data from multiple locations and multiple sensors? #644

Python0py opened this issue Sep 23, 2024 · 0 comments

Comments

@Python0py
Copy link

Dear authors,

Thank you for your articles! I would like to ask the authors and other experts a question: if I have data from multiple locations and multiple sensors, how should I prepare the data? Do I need to modify the code?

For example, I have three sensors, 1, 2 and 3, located at places A, B, and C, respectively. They record data over different time periods (e.g., A: some date in 202n to some date in 202n, B: some date in 202n to some date in 202n, C: some date in 202n to some date in 202n). All three sensors record the same parameters; how should I organize these three sets of data?

If I place the three sets of data in the same column, there may be issues with time continuity or even cases where the time goes backward, such as:

  • January 1, 2020: A data
    • ...
  • December 31, 2020: A data
    • ...
  • January 1, 2020: B data
    • ...
  • June 31, 2020: B data
    • ...
  • January 1, 2022: C data
    • ...
  • April 20, 2022: C data

Is this acceptable? Will the code treats this as data from the same observation point, leading to issues with time continuity and chaotic changes?

Thank you!

Best regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant