Opened 14 years ago

Closed 13 years ago

#2941 closed enhancement (fixed)

GDALTools - Grid: allow for more control of the output

Reported by: ricardogsilva Owned by: brushtyler
Priority: minor: annoyance Milestone: Version 1.7.0
Component: GDALTools Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

Currently the GDALTools - Grid option allows for selection of the input and output file names, selection of the z field value, and tweaking the algorithm used for interpolation parameters. It would be great if the user could also set other general options, mainly the output size and extents. As these options already exist in the underlying gdal_grid utility, they shouldn't be too hard to implement. And they are very useful for controlling the overall grid generation process

Change History (7)

comment:1 by borysiasty, 14 years ago

Owner: changed from borysiasty to brushtyler

comment:2 by lutra, 14 years ago

Hi Ricardo,

feel free to post a patch with the proposed new options.

comment:3 by chrislegg, 14 years ago

The format of GDAL Tools only allows for a relatively small number of options. It is probably more important for many users to be able to define the geographic limits and pixel size of output grid than multiple parameters for interpolation process.

An alternative might be to allow interactive editing of the command line generated by GDAL tools in the bottom window of the dialogue. Experienced users could add extra GDAL commands in this area.

comment:4 by borysiasty, 14 years ago

Allowing edition of the output would be great and easy improvement. Now I often have to copy the output to console and finish job there.

comment:5 by brushtyler, 13 years ago

Users can define extent now, see #3332

comment:6 by pcav, 13 years ago

Component: Python plugins and bindingsGDALTools

comment:7 by brushtyler, 13 years ago

Resolution: fixed
Status: newclosed

Fixed from r15471

Note: See TracTickets for help on using tickets.