1
Bug Reports / lines in orthomosaic when exporting in web mercator projection
« on: December 14, 2016, 02:17:04 AM »
Hi,
I am having an issue exporting my orthomosaic in web mercator projection (epsg:3857): a blank line (missing pixels) 2 pixels wide appears as a stripe through my output file. This does not happen when I export in wgs84 (the project coordinate system), or any other projection I have tried.
Some details - I am using version 1.2.6 and exporting with:
- projection: epsg:3857
- single tile output (no pixel limits)
- default boundaries
- tiff compression: none
- big tiff: no
I have tried with various different compression settings but there is no difference. One interesting thing: the stripe appears at exactly 4096 pixels into my output orthomosaic (the ortho I'm testing right now is 4274x3835 pixels, so the missing pixels appear as a vertical line near the right hand edge); when I set the pixel max size to 4096, the stripe is at the edge of each tile (so difficult to see).
Right now my workaround is to export the ortho in wgs84 (epsg:4326), then convert to epsg:3857 afterwards using gdal, however this is slower so not ideal. Any ideas how I can eliminate the artifacts and export directly in epsg:3857?
Thanks in advance for your help
I am having an issue exporting my orthomosaic in web mercator projection (epsg:3857): a blank line (missing pixels) 2 pixels wide appears as a stripe through my output file. This does not happen when I export in wgs84 (the project coordinate system), or any other projection I have tried.
Some details - I am using version 1.2.6 and exporting with:
- projection: epsg:3857
- single tile output (no pixel limits)
- default boundaries
- tiff compression: none
- big tiff: no
I have tried with various different compression settings but there is no difference. One interesting thing: the stripe appears at exactly 4096 pixels into my output orthomosaic (the ortho I'm testing right now is 4274x3835 pixels, so the missing pixels appear as a vertical line near the right hand edge); when I set the pixel max size to 4096, the stripe is at the edge of each tile (so difficult to see).
Right now my workaround is to export the ortho in wgs84 (epsg:4326), then convert to epsg:3857 afterwards using gdal, however this is slower so not ideal. Any ideas how I can eliminate the artifacts and export directly in epsg:3857?
Thanks in advance for your help