X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 27 Jul 2015 04:09 PM by  anon
Mosaicking TIFF rasters including 1-D image strips
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
27 Jul 2015 04:09 PM
    Hi everyone, I'm working on mosaicking a bunch of single-band TIFF integer files stored in a folder. The TIFF files are a complete mosaic of the area. However, mosaicking results in black horizontal bars of missing data across the landscape. Upon further inspection, these bands appear to be the result of TIFF files that are one-dimensional strips, which fail to load for mosaicking (the 'file not 2D/3D' error). How can I include this data in my final mosaics? Cheers, Adam

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    28 Jul 2015 06:24 AM
    ENVI can display rasters which are always 2-D, even if the raster is only one sample or line x one sample or line. If the dataset won't load into ENVI, it can't be used in the mosaic.

    Deleted User



    New Member


    Posts:
    New Member


    --
    28 Jul 2015 12:22 PM
    Thank you. I used read_tiff() and that worked. They were not only vectors, but also missing data.

    Deleted User



    New Member


    Posts:
    New Member


    --
    29 Jul 2015 01:25 PM
    Identifying and skipping those files in a FOR loop solved the problem and I now have a lovely mosaic. Thank you.
    You are not authorized to post a reply.