mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[GRASS] 7.1 versions of t.rast.what.*
This commit is contained in:
parent
5917641849
commit
b2f4582f00
@ -417,7 +417,7 @@
|
||||
<section label="Reclass category values">
|
||||
<grass name="v.reclass.file"/>
|
||||
<grass name="v.reclass.attr"/>
|
||||
<grass name="v.class.mlpy.qgis" version_min="7.0" version_max="7.0"/>
|
||||
<grass name="v.class.mlpy.qgis" version_min="7.0" />
|
||||
</section>
|
||||
</section>
|
||||
<section label="Work with vector points">
|
||||
|
15
src/plugins/grass/modules/t.rast.what.coordinates.qgm
Normal file
15
src/plugins/grass/modules/t.rast.what.coordinates.qgm
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
|
||||
|
||||
<qgisgrassmodule label="Sample a space time raster dataset at specific coordinates and write the output to file using different layouts" module="t.rast.what.py">
|
||||
<flag key="n" answer="on"/>
|
||||
<option key="coordinates"/>
|
||||
<option key="strds"/>
|
||||
<file key="output" label="Name for the output file" type="new"/>
|
||||
<option key="layout"/>
|
||||
<option key="where" advanced="yes" label="Temporal WHERE conditions without 'where' keyword"/>
|
||||
<option key="order" advanced="yes"/>
|
||||
<option key="nprocs" advanced="yes"/>
|
||||
<option key="separator" advanced="yes"/>
|
||||
<option key="null_value" advanced="yes"/>
|
||||
</qgisgrassmodule>
|
15
src/plugins/grass/modules/t.rast.what.file.qgm
Normal file
15
src/plugins/grass/modules/t.rast.what.file.qgm
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
|
||||
|
||||
<qgisgrassmodule label="Sample a space time raster dataset at specific coordinates and write the output to file using different layouts" module="t.rast.what.py">
|
||||
<flag key="n" answer="on"/>
|
||||
<file key="coordinates" type="old"/>
|
||||
<option key="strds"/>
|
||||
<file key="output" label="Name for the output file" type="new"/>
|
||||
<option key="layout"/>
|
||||
<option key="where" advanced="yes" label="Temporal WHERE conditions without 'where' keyword"/>
|
||||
<option key="order" advanced="yes"/>
|
||||
<option key="nprocs" advanced="yes"/>
|
||||
<option key="separator" advanced="yes"/>
|
||||
<option key="null_value" advanced="yes"/>
|
||||
</qgisgrassmodule>
|
15
src/plugins/grass/modules/t.rast.what.points.qgm
Normal file
15
src/plugins/grass/modules/t.rast.what.points.qgm
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
|
||||
|
||||
<qgisgrassmodule label="Sample a space time raster dataset at specific coordinates and write the output to file using different layouts" module="t.rast.what.py">
|
||||
<flag key="n" answer="on"/>
|
||||
<option key="points"/>
|
||||
<option key="strds"/>
|
||||
<file key="output" label="Name for the output file" type="new"/>
|
||||
<option key="layout"/>
|
||||
<option key="where" advanced="yes" label="Temporal WHERE conditions without 'where' keyword"/>
|
||||
<option key="order" advanced="yes"/>
|
||||
<option key="nprocs" advanced="yes"/>
|
||||
<option key="separator" advanced="yes"/>
|
||||
<option key="null_value" advanced="yes"/>
|
||||
</qgisgrassmodule>
|
Loading…
x
Reference in New Issue
Block a user