You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert an Mbtile file to a single raster. Landez gives me this error:
ExtractionError: Could not extract tile (12, 2644, 1692) from Shiraz.sqlite
which simply means the mentioned tile is missing in the mbtile.
I want to skip this tile and I want to add no data pixels instead that tile ( I'm exporting to Png).
Here is my simple code:
It is already supported for MBTiles creation using the ìgnore_errors option.
Unfortunately this option is ignored in ImageExporter code ! We should fix that!
If you can do it, we would be pleased to review your pull request! Have a look at how it was done for MBTiles : 594d987 and mimic the idea :)
I am trying to convert an Mbtile file to a single raster. Landez gives me this error:
ExtractionError: Could not extract tile (12, 2644, 1692) from Shiraz.sqlite
which simply means the mentioned tile is missing in the mbtile.
I want to skip this tile and I want to add no data pixels instead that tile ( I'm exporting to Png).
Here is my simple code:
Is is possible to do so with landez?
Thanks
The text was updated successfully, but these errors were encountered: