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

Allow creating regional analyses with different destination grid extents #684

Merged
merged 4 commits into from
Feb 16, 2021

Conversation

abyrd
Copy link
Member

@abyrd abyrd commented Feb 15, 2021

Fixes #676. After adding some tests on the GridTransformWrapper, this relaxes restrictions on the backend so analyses with multiple grids of varying extents can be created.

Alignment of grids of different sizes is currently disabled due to
lack of tests.
Fixes #676

Workers could already handle this. This relaxes a backend validation
step to let such analyses through, checking only the zoom level and not
the full extents. The zoom level is currently hard-wired so
this check will always succeed, we expect to soon allow varying zooms.
Copy link
Member

@ansoncfit ansoncfit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Write-up of regional tests pending.

abyrd and others added 2 commits February 15, 2021 22:20
…isController.java

Co-authored-by: Anson Stewart <astewart@conveyal.com>
….java

Co-authored-by: Anson Stewart <astewart@conveyal.com>
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.

Allow destination grids with different extents
2 participants