Hi, I am trying to convert raster data in the forms of .grd, tiff or GRID from ArcGIS Pro into a csv/table. If anyone can point me in the right direction, that would be greatly appreciated.
Is column A band value (_band{}.value)? If column A is a band value, then the entries that are E+## are possibly the NoData values. If they are NoData values then you could set the Parameter for “Extract Nodata” in the RasterCellCoercer to “No”. You also might have to set the NoData value using the RasterBandNodataSetter.
The coordinates are dependent on what projection you are using. You could consider reprojecting if you would like more specific coordinates.