Ticket #225 (closed Enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Predict GLM From Rasters tool should automatically generate x and y variables

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: 0.5
Component: Tools - Statistics Version:
Keywords: Cc:

Description (last modified by jjr8) (diff)

The Fit GLM tool allows the caller to pass in a point feature class or layer and then reference x, y, z, or m coordinates in the model's formula. The Predict GLM From Rasters tool creates a predicted response raster from input rasters that represent the values of each variable in the formula. Currently, if the user references point coordinates in the formula, he must also create rasters that represent these variables and pass them into the Predict tool. For example, if he references the y coordinate which represents latitude, he must create a raster where the values of the cells are the latitudes of the cells. The Predict tool should create x and y rasters automatically if the user does not provide them.

Note that we cannot create the z or m rasters automatically unless we plan to ask for the extents of these coordinates and then produce an output raster stack. I do not want to do that at this time.

Change History

Changed 5 years ago by jjr8

  • status changed from new to assigned

This may get postponed to MGET 0.6.

Changed 5 years ago by jjr8

  • description modified (diff)
  • summary changed from Predict GLM From Rasters tool should have an option to automatically generate x and y variables to Predict GLM From Rasters tool should automatically generate x and y variables

Changed 5 years ago by jjr8

  • status changed from assigned to closed
  • resolution set to fixed

Implemented in [216], which will be released as MGET 0.5a16.

Note: See TracTickets for help on using tickets.