I got a data of soil moisture in a geotiff format for s time period of 30 years each day data is one geotiff file so I got more than 9000 geotiff files how can I extract data to s excel form.. plz help me in a arcgis ?
I don't think you can do such an analysis with ArcGIS, I would recommend to use Matlab. it is simple, you just need to use a few function like geotiffread, you can find some useful information under this question in mathwork:
Hello Rahul, As it was mentioned by Ehsan, Matlab or Python is recommended.
Also you can use"Extract Multi Values to Points" in ArcGIS 10.* to extracts cell values at locations specified in a point feature class from one or more rasters and records the values to the attribute table of the point feature class.
to get more info go to bellow link (also some python sample code u can find there):
Convert a raster dataset to an XYZ table http://support.esri.com/en/technical-article/000007693
Several software packages can import data from an XYZ format. Information provided describes converting a raster dataset into an XYZ table for that purpose. This process requires a Spatial Analyst license.
Procedure
Open ArcMap and add the raster dataset.
Open the Sample tool from ArcToolbox > Spatial Analyst Tools > Extraction > Sample.