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

Zoom historical seismic activity plot to a 1 minute graph #3

Open
johnwalicki opened this issue Aug 28, 2020 · 0 comments
Open

Zoom historical seismic activity plot to a 1 minute graph #3

johnwalicki opened this issue Aug 28, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@johnwalicki
Copy link
Member

The third dashboard in this repo plots the historical seismic activity from an OpenEEW dataset. It plots a 5 minute window. That's the size of the downloaded jsonl file. Sometimes we want to zoom in on one minute to see the earthquake activity.

@johnwalicki hacked up a Node-RED Function javascript node that compares the downloaded dataset to a Unix Epoch timestamp range (with hand edited comparisons). That let me plot a 1 minute graph.

Would be great to generalize this in the historical seismic activity dashboard. Let the user enter the specific minute. Convert that to epoch miniseconds, find that range in the dataset, plot the 1 minute graph.

This task would need someone familiar with Node-RED, Node-RED Dashboards, a little bit of UX design, a small amount of javascript programming.

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

No branches or pull requests

1 participant