Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#3583 closed enhancement (fixed)

Move ParseAlgorithmAndOptions from apps/gdal_grid.cpp to alg/gdalgrid.cpp

Reported by: ilucena Owned by: ilucena
Priority: normal Milestone: 1.8.0
Component: Algorithms Version: svn-trunk
Severity: normal Keywords: GridCreate, SWIG
Cc: Even Rouault, dron, warmerdam

Description

I proposed to move ParseAlgorithmAndOptions from apps/gdal_grid.cpp to alg/gdalgrid.cpp so that this function can also be used called from swig/include/Operations.i where I am writing a wrapper for the GridCreate function.

Change History (3)

comment:1 by ilucena, 14 years ago

Status: newassigned
Type: defectenhancement

comment:2 by ilucena, 14 years ago

Cc: Even Rouault dron warmerdam added
Resolution: fixed
Status: assignedclosed

Like I was saying, I proposed that change and I got approves from Frank, Even and Andrey. They also suggested a change related to locale since the parameters are entered on text format. So I followed the suggestion, replacing the atof() calls to CPLAtofM().

Note: See TracTickets for help on using tickets.