thank you for the code
please, how can I add a colorbar?
27 Apr 2012
geotiffwrite
Write a 2D or 3D array to a single or multi-band GeoTIFF file
Author: Jimmy Shen
thank you very much Jimmy
26 Apr 2012
geotiffwrite
Write a 2D or 3D array to a single or multi-band GeoTIFF file
Author: Jimmy Shen
thank you for your response... i'm trying to select a region of a Landsat 7 geotiff image and then to save it with all its atributes. Please, how can I select the rectangular window?
26 Apr 2012
geotiffwrite
Write a 2D or 3D array to a single or multi-band GeoTIFF file
Author: Jimmy Shen
there is possible to select a sub-region of a geotiff image? i'm trying to do that but it seems not possible
I would like to calculate the Geary's index for 2 dimension data. the equation is same as the Moran's index but it's not local.
Can you help me please.
2
07 Feb 2010
Moran's I
Calculates local Moran's I index of spatial correlation for raster.
Should this function work in one dimension? When I call,
M = morans_I(sourceDataRow,ones(1,3)./3,'true');
I get zeros. When I call,
M = moransI(sourceDataRow,ones(1,3)./3,'true');
I get seemingly correct results, but some values are greater than 1, which should not exist.
Comment only