Skip to main content
  • 1,180 Posts
  • 4,184 Replies
1180 Posts

I'm afraid that this code in the "Getting Started  Working with rasters" section  is wrong.        # creating the new FMERaster        rasterProperties = fmeobjects.FMERasterProperties(numRows, numCols,                                                          xCellOrigin, yCellOrigin,                                                          xSpacing, ySpacing,                                                          xOrigin, yOrigin,                                                          xRotation, yRotation)According to the API reference, the order of parameters should be:        # creating the new FMERaster        rasterProperties = fmeobjects.FMERasterProperties(numRows, numCols,                                                          xSpacing, ySpacing,                                                          xCellOrigin, yCellOrigin,                                                          xOrigin, yOrigin,                                                          xRotation, yRo

Badge Winners

  • Welcome Back
    nataliarojashas earned the badge Welcome Back
  • Integrate Spatial Data
    dezuviriamhas earned the badge Integrate Spatial Data
  • FME Form Basic Training
    johnrochehas earned the badge FME Form Basic Training
  • FME Form Advanced Training
    sahan969has earned the badge FME Form Advanced Training
  • Student (Bronze)
    marionmahothas earned the badge Student (Bronze)
Show all badges

Community Stats

31,800
Posts
120,801
Replies
39,417
Members

Latest FME