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

Add attributes for aggregation areas and spatial joins #298

Closed
panosatha opened this issue Apr 19, 2024 · 0 comments · Fixed by #316
Closed

Add attributes for aggregation areas and spatial joins #298

panosatha opened this issue Apr 19, 2024 · 0 comments · Fixed by #316
Assignees
Labels
enhancement New feature or request

Comments

@panosatha
Copy link
Collaborator

panosatha commented Apr 19, 2024

Whenever we do a spatial join to add a new aggregation area we should save the geospatial file and the spatial join information.

This information could go in the settings.toml or a new text file with the name spatial_joins.toml. or something similar.

The field should include a list of aggregation for example:

[[aggregation]]
name = "Census Blockgroup"
file = "exposure/aggregation_areas/block_groups.gpkg"
field_name = "GEOID_short"

[[aggregation]]
name = "Subdivision"
file = "exposure/aggregation_areas/subdivision.gpkg"
field_name = "name"

We could do the same for any additional attributes.

We discussed with @Santonia27 that this should be a seperate toml file.

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

Successfully merging a pull request may close this issue.

2 participants