Hello All,
Has someone been to use in the edition FME Deskto 2017 the API in Python to manipulate Raster files?
I need to create a example to share this news to my customer, but my Workspace has a Error when i write the code inside the transformer PythonCaller.
import fme
import fmeobjects
class FMERasterProperties(object):
def __init__(self):
pass
def input(self,feature):
begin = fmeobjects.FMERasterProperties()
begin.getNumCols()
def close(self):
pass
Atttached my Workspace, * the Reader can be any Raster file