/usr/share/qgis/grass/modules/r.cost.rast.qgm is in qgis-plugin-grass-common 2.0.1-2build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
<qgisgrassmodule label="Generate raster of cumulative cost of moving between locations based on cost input raster and starting point(s) raster" module="r.cost">
<option key="input"/>
<option key="start_rast"/>
<option key="output"/>
<option key="max_cost" hidden="no"/>
<option key="stop_coordinate" hidden="no" advanced="yes"/>
<!-- commented out until #3203 is fixed <option key="stop_points" hidden="no" advanced="yes"/> -->
<option key="null_cost" hidden="no" advanced="yes"/>
<flag key="k" hidden="no" />
<flag key="n" hidden="no" advanced="yes"/>
<flag key="r" hidden="no" advanced="yes"/>
</qgisgrassmodule>
|