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

Explore SOURCE_EXTRA (GDALWarpOptions) for tile tile_edge_padding #121

Closed
vincentsarago opened this issue Sep 19, 2019 · 2 comments
Closed

Comments

@vincentsarago
Copy link
Member

@rowanwins, in #104 we introduced the tile_edge_padding argument but to me it seems that instead of doing so we could pass the tile_edge_padding to the WarpedVRT via the SOURCE_EXTRA keyword (see https://gdal.org/api/gdalwarp_cpp.html#structGDALWarpOptions).

Before doing anything I'd love to know how you produced the image from your initial post #56 (comment)

@rowanwins
Copy link
Contributor

It was nothing too wild, I simply had a local version of rio-tiler running from which I requested two adjacent tiles with a get request and then wrote them to disk, I then stuck them next to each other in photoshop.

The effect was particularly pronounced on the data I was using which was a single band raster which had a range of -1 to 1.

Regarding moving to SOURCE_EXTRA I suspect you know far more about gdal than I do so I'm not sure I can contribute much useful thinking there, but happy to sanity check any results :)

@vincentsarago
Copy link
Member Author

@rowanwins Thanks, I'll try to reproduce the test you did

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

No branches or pull requests

2 participants