We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
the Middleware adds a rasterio.Env() block and might not be compatible when the API has other rasterio.Env() blocks (meaning multiple levels of Env).
rasterio.Env()
This might also be specific to Readers (rio-tiler) using multithreading 🤷♂️
I encountered this in https://github.com/developmentseed/titiler/blob/master/titiler/endpoints/factory.py#L904
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the Middleware adds a
rasterio.Env()
block and might not be compatible when the API has otherrasterio.Env()
blocks (meaning multiple levels of Env).This might also be specific to Readers (rio-tiler) using multithreading 🤷♂️
I encountered this in https://github.com/developmentseed/titiler/blob/master/titiler/endpoints/factory.py#L904
The text was updated successfully, but these errors were encountered: