#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 , 13 years ago
Status: | new → assigned |
---|---|
Type: | defect → enhancement |
comment:2 by , 13 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
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().