X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 11 Jan 2019 11:59 AM by  Matthias Mueller
Calculate distance between multiple arrays and landsat bands
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Matthias Mueller



New Member


Posts:
New Member


--
11 Jan 2019 11:59 AM
    Hello,

    I have a set of landsat 7 layers, that look like this:

    files = [ $
    "D:\ArcGIS\Programmieren in IDL\Landsat Daten\landsat_b1.tif" $
    ,"D:\ArcGIS\Programmieren in IDL\Landsat Daten\landsat_b2.tif" $
    ,"D:\ArcGIS\Programmieren in IDL\Landsat Daten\landsat_b3.tif" $
    ,"D:\ArcGIS\Programmieren in IDL\Landsat Daten\landsat_b4.tif" $
    ,"D:\ArcGIS\Programmieren in IDL\Landsat Daten\landsat_b5.tif" $
    ,"D:\ArcGIS\Programmieren in IDL\Landsat Daten\landsat_b6.tif" $
    ,"D:\ArcGIS\Programmieren in IDL\Landsat Daten\landsat_b7.tif" $
    ]

    As well as several exercise points with one value referring to a layer each.
    point1 = [10764,9737,8758,7702,20470,11250,7628]
    point2 = [11993,11117,10083,9633,11021,11634,10856]
    point3 = [11250,10393,9456,8347,8226,6585,6069]

    How do I calculate the distance between each point and the layer stack? I tried using the DISTANCE_MEASURE function, but can't seem to figure out how to use it in this case.
    You are not authorized to post a reply.