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

Implement buffer around the AOI for "context" #58

Open
01painadam opened this issue Dec 18, 2024 · 0 comments
Open

Implement buffer around the AOI for "context" #58

01painadam opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@01painadam
Copy link
Collaborator

Goal

When analysing an area of interest its important for users to understand the broader trends surrounding the area when decision making. Is the alert intensity an isolated pattern only within the AoI or part of some broader trend.

To give this context, in addition to the data within the AoI, we can also analyse some buffered area around it and have the LLM comment on patterns across them by considering alert density.

Scope

User Stories & Acceptance Criteria

  • When I analyse my area, I want to see alerts in nearby locations, so that I can understand if what I see in my AoI is isolated or part of a larger trend
    • Given [context], when [specific action], then [response or consequence to action]
    • Given [context], when [specific action], then [response or consequence to action]
    • Given [context], when [specific action], then [response or consequence to action]

Risks & Questions

  • how big a buffer gives a valuable insight (before compute time is an issue?)
  • what kinds of insights/comments would be expect the LLM to make based on this?
  • new agent or just a new tool for the dist alert agent to pick up

Solution Hints

...

Future work

...

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

2 participants