-
Notifications
You must be signed in to change notification settings - Fork 85
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
rasterio.vrt.WarpedVRT warp_extras ignored by rioxarray #598
Comments
Looks like it is being passed in: Line 897 in 041e6bd
|
@scottyhq are you able to upload the file to this issue? |
@snowman2 yes! should that just be
|
i think the signed url above is publicly accessible for a week? |
Good catch! Yes, I think that is it. Did you want to submit a PR with the fix? |
#339 illustrated passing transform options to rio.reproject(), and in theory I think you should be able to pass those to rasterio.vrt.WarpedVRT() for example to open a file with GCPs and have the reprojection and resampling handled by GDAL upon reading.
But it seems options like SRC_METHOD: GCP_TPS are currently ignored:
Code Sample, a copy-pastable example if possible
Expected Output
vrt.shape == da.rio.shape == (28283, 29342)
Environment Information
The text was updated successfully, but these errors were encountered: