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

Increase limit on geographic extents for grids, OSM, and GTFS #819

Merged
merged 2 commits into from
Jul 28, 2022

Conversation

ansoncfit
Copy link
Member

We had a longstanding 250k sq km limit on grids, and in #748 applied the same limit to GTFS and OSM. This limit is too strict; a few users have encountered the size error when building a network with previously uploaded OSM and the latest worker version.

I considered separate limits for grids (because the 250k limit was in place for a while) and network inputs, but I don't think the added conditionals are worth it.

We should test uploading a large (e.g. California-size) shapefile and converting it to a grid to ensure this works. I am less concerned about the network input files, because we did not have a limit on those until recently.

@trevorgerhardt trevorgerhardt merged commit 12be87f into dev Jul 28, 2022
@trevorgerhardt trevorgerhardt deleted the allow-larger-extents branch July 28, 2022 14:44
ansoncfit added a commit to conveyal/docs that referenced this pull request Jul 30, 2022
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.

2 participants