Conversation
- Auto-load entity lists when project settings opens with a configured project but no entity list selected - Fix pixels table join in fetch_pixel_coverage_activity: pixels table is global (no campaign_id column)
The entity export workflow now handles both pixel and location rounds. Rounds are split by sampling_target in the route, and the workflow fetches from coverage_pixel or coverage tables accordingly. Location entities use external_id as label with point geometry and quadkey as details. The geometry type picker is only shown when pixel rounds are selected.
All population reads now use the pixels.population column directly, removing the JOIN to pixel_metadata for population data. The enrichment pipeline also writes to pixels.population when enriching population. Truncated the pixel_metadata table (data was duplicated). The pixel_metadata table is retained for non-population covariates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.