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

hgridshift/vgridshift: defer grid opening when grid has already been opened #2129

Merged
merged 1 commit into from
Apr 4, 2020

Conversation

rouault
Copy link
Member

@rouault rouault commented Apr 4, 2020

Relates to #2115

With the fix of #2128, transforming between
EPSG:4326+3855 and EPSG:4269+5703 leads to many operations with many grids,
and opening a file handle for each operation saturates the limit of 1024
file handles opened simunalteously. This fix defers grid opening when a
transformation has already been instanciated with the same grid.

…opened

Relates to OSGeo#2115

With the fix of OSGeo#2128, transforming between
EPSG:4326+3855 and EPSG:4269+5703 leads to many operations with many grids,
and opening a file handle for each operation saturates the limit of 1024
file handles opened simunalteously. This fix defers grid opening when a
transformation has already been instanciated with the same grid.
@kbevers kbevers added this to the 7.0.1 milestone Apr 4, 2020
@kbevers kbevers merged commit 1f792e6 into OSGeo:master Apr 4, 2020
@kbevers kbevers removed this from the 7.0.1 milestone Apr 27, 2020
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.

None yet

2 participants