We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the creation of rio-tiler we have had multiple issues with WarpedVRT (latest one #654), I think we should try to remove its usage!
With WarpedVRT the reprojection and reading happens at the same time, but in theory we could do the reading from the initial dataset and then reproject using https://github.com/rasterio/rasterio/blob/main/rasterio/warp.py#L161-L165
reading
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since the creation of rio-tiler we have had multiple issues with WarpedVRT (latest one #654), I think we should try to remove its usage!
With WarpedVRT the reprojection and reading happens at the same time, but in theory we could do the
reading
from the initial dataset and then reproject using https://github.com/rasterio/rasterio/blob/main/rasterio/warp.py#L161-L165The text was updated successfully, but these errors were encountered: