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

Integration with popgetter geospatial agent #14

Open
sgreenbury opened this issue Oct 23, 2024 · 1 comment
Open

Integration with popgetter geospatial agent #14

sgreenbury opened this issue Oct 23, 2024 · 1 comment

Comments

@sgreenbury
Copy link
Contributor

This issue is for capturing integration with a geospatial agent (see Urban-Analytics-Technology-Platform/geollm#2 and Urban-Analytics-Technology-Platform/geollm#4).

An idea for the types of query we could aim to answer with an agent could involve retrieving population measures for a given place. The query could be broken down into:

  • Identifying the place (e.g. a given city or region) and then using a tool to retrieve a bounding box for the region
  • Identifying the type of metric and then returning either a suggested derived metric (fewer of these but might be simpler to identify a result) or a metric from the full catalog (many more metrics but might make mapping the query more challenging)

The final result returned could be a set of search params or a data request spec that can be used to preview and download the data.

@sgreenbury sgreenbury added this to the v0.4 (browser) milestone Oct 23, 2024
@sgreenbury
Copy link
Contributor Author

Another idea from @stuartlynn using embeddings for e.g. a query vehicle owners in Manchester

  • Generate set of embeddings for all metrics once
  • For each query, generate embedding for query and measure similarity to each metric
  • Pick top few and return recipe to get that metric

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