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

updated to only have one PJ_CONTEXT per pyproj session #376

Merged
merged 2 commits into from
Jul 21, 2019

Conversation

snowman2
Copy link
Member

@snowman2 snowman2 commented Jul 21, 2019

@snowman2
Copy link
Member Author

Problem reproduced with:

>>> from pyproj import CRS
>>> [CRS.from_epsg(4326) for _ in range(1200)]
Traceback (most recent call last):
... 
pyproj.exceptions.CRSError: Invalid projection: epsg:4326: (Internal Proj Error: proj_create: no database context specified)

@snowman2 snowman2 force-pushed the context_manager branch 2 times, most recently from 506de5c to 8749255 Compare July 21, 2019 01:04
@snowman2 snowman2 merged commit 9e8c3bc into pyproj4:master Jul 21, 2019
@snowman2 snowman2 mentioned this pull request Aug 20, 2019
@snowman2 snowman2 deleted the context_manager branch September 2, 2019 14:48
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.

A strange SQLite internal state corruption issue?
1 participant