I'm trying to extract Lat/Long coordinates for each pixel in a raster image using Python. I'd like to keep this process open-source, as I know I could do it using the arcpy module (Convert raster to points and then get point info with point.POINT_X etc.)
*For clarity: I'm trying to get latitude and longitude coordinates of a Landsat raster dataset.