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

Handle dual access grids (full implementation) #955

Open
wants to merge 4 commits into
base: refactor-results-writers
Choose a base branch
from

Conversation

trevorgerhardt
Copy link
Member

Create and write dual accessibility grids utilizing the same grid format as regular accessibility grids. A new dualAccessibilityThresholds parameter is required along with includeTemporalDensity set to true.

Changes:

  • Switch to use a thresholds array instead of a single threshold in AnalysisWorkerTasks.
  • Check that only a single grid is being created (they currently would have the same filename)
  • Create a MultiGridResultWriter for dual access grids. Store dual access results in accessibilityValues in RegionalWorkResult.

- Switch to use a thresholds array instead of a single threshold in `AnalysisWorkerTask`s.
- Check that only a single grid is being created (they currently would have the same filename)
- Create a `MultiGridResultWriter` for dual access grids. Store dual access results in `accessibilityValues` in `RegionalWorkResult`.
@trevorgerhardt trevorgerhardt marked this pull request as ready for review February 17, 2025 16:40
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

Successfully merging this pull request may close these issues.

1 participant