Skip to main content
  • 1,235 Posts
  • 4,366 Replies
1235 Posts
Python FME API Documentation: Code example for raster creation could be wrong

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:

Badge Winners

  • Webinar Watcher (Bronze)
    enviromappyhas earned the badge Webinar Watcher (Bronze)
  • Webinar Watcher (Grey)
    mariashas earned the badge Webinar Watcher (Grey)
  • Webinar Watcher (Grey)
    forrest.wagnerhas earned the badge Webinar Watcher (Grey)
  • Webinar Watcher (Grey)
    pierrekoelichhas earned the badge Webinar Watcher (Grey)
  • Webinar Watcher (Grey)
    ldenglerhas earned the badge Webinar Watcher (Grey)
Show all badges

Community Stats

32,469
Posts
123,346
Replies
40,633
Members