-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
546 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Prints/sets general temporal GIS database connection for current mapset" module="t.connect"> | ||
<option key="driver"/> | ||
<option key="database"/> | ||
<flag key="p" hidden="no" advanced="yes"/> | ||
<flag key="c" hidden="no" advanced="yes"/> | ||
<flag key="d" hidden="no" advanced="yes"/> | ||
<flag key="g" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Creates a space time dataset" module="t.create"> | ||
<option key="output"/> | ||
<option key="type"/> | ||
<option key="temporaltype"/> | ||
<option key="semantictype"/> | ||
<option key="title"/> | ||
<option key="description"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Lists information about space time datasets and maps" module="t.info"> | ||
<option key="input"/> | ||
<option key="type"/> | ||
<flag key="h" hidden="no"/> | ||
<flag key="s" hidden="no"/> | ||
<flag key="g" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Lists space time datasets and maps registered in the temporal database" module="t.list"> | ||
<option key="type"/> | ||
<option key="temporaltype"/> | ||
<option key="order" advanced="yes"/> | ||
<option key="columns" advanced="yes"/> | ||
<option key="where" advanced="yes"/> | ||
<option key="separator" advanced="yes"/> | ||
<flag key="c" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Merges several space time datasets into a single space time dataset." module="t.merge"> | ||
<option key="inputs"/> | ||
<option key="type"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Detects accumulation patterns in temporally accumulated space time raster datasets created by t.rast.accumulate" module="t.rast.accdetect"> | ||
<option key="input"/> | ||
<option key="basename"/> | ||
<option key="occurrence"/> | ||
<option key="indicator" advanced="yes"/> | ||
<option key="minimum" advanced="yes"/> | ||
<option key="maximum" advanced="yes"/> | ||
<option key="start"/> | ||
<option key="stop" advanced="yes"/> | ||
<option key="cycle"/> | ||
<option key="offset" advanced="yes"/> | ||
<option key="range" advanced="yes"/> | ||
<option key="staend" advanced="yes"/> | ||
<flag key="r" hidden="no" advanced="yes"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Computes cyclic accumulations of a space time raster dataset" module="t.rast.accumulate"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
<option key="basename"/> | ||
<option key="granularity"/> | ||
<option key="method"/> | ||
<option key="lower"/> | ||
<option key="upper"/> | ||
<option key="start"/> | ||
<option key="stop"/> | ||
<option key="cycle"/> | ||
<option key="offset" advanced="yes"/> | ||
<option key="limits" advanced="yes"/> | ||
<option key="shift" advanced="yes"/> | ||
<option key="scale" advanced="yes"/> | ||
<flag key="r" hidden="no" advanced="yes"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset" module="t.rast.aggregate.ds"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
<option key="basename"/> | ||
<option key="sample"/> | ||
<option key="type"/> | ||
<option key="method"/> | ||
<flag key="s" hidden="no" answer="on" advanced="yes"/> | ||
<option key="where" advanced="yes"/> | ||
<option key="sampling" advanced="yes"/> | ||
<option key="nprocs" advanced="yes"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
<option key="offset" hidden="yes" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Aggregates temporally the maps of a space time raster dataset by a user defined granularity" module="t.rast.aggregate"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
<option key="basename"/> | ||
<option key="granularity"/> | ||
<option key="method"/> | ||
<flag key="s" hidden="no" answer="on" advanced="yes"/> | ||
<option key="where" advanced="yes"/> | ||
<option key="sampling" advanced="yes"/> | ||
<option key="nprocs" advanced="yes"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
<option key="offset" hidden="yes" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Assignes a color table from an existing raster or raster3d map to each raster map of the space time raster dataset" module="t.rast.colors"> | ||
<option key="input"/> | ||
<option key="raster"/> | ||
<option key="raster_3d"/> | ||
<flag key="r" hidden="no" advanced="yes"/> | ||
<flag key="w" hidden="no" advanced="yes"/> | ||
<flag key="l" hidden="no" advanced="yes"/> | ||
<flag key="n" hidden="no"/> | ||
<flag key="g" hidden="no"/> | ||
<flag key="a" hidden="no" advanced="yes"/> | ||
<flag key="e" hidden="no"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Assignes a predefined color table to each raster map of the space time raster dataset" module="t.rast.colors"> | ||
<option key="input"/> | ||
<option key="color"/> | ||
<flag key="r" hidden="no" advanced="yes"/> | ||
<flag key="w" hidden="no" advanced="yes"/> | ||
<flag key="l" hidden="no" advanced="yes"/> | ||
<flag key="n" hidden="no"/> | ||
<flag key="g" hidden="no"/> | ||
<flag key="a" hidden="no" advanced="yes"/> | ||
<flag key="e" hidden="no"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Creates / modifies the color table for each raster map of the space time raster dataset according to user defined rules" module="t.rast.colors"> | ||
<option key="input"/> | ||
<file key="rules" type="old" advanced="yes"/> | ||
<flag key="r" hidden="no" advanced="yes"/> | ||
<flag key="w" hidden="no" advanced="yes"/> | ||
<flag key="l" hidden="no" advanced="yes"/> | ||
<flag key="n" hidden="no"/> | ||
<flag key="g" hidden="no"/> | ||
<flag key="a" hidden="no"/> | ||
<flag key="e" hidden="no"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Exports space time raster dataset" module="t.rast.export"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
<option key="where"/> | ||
<option key="directory" advanced="yes"/> | ||
<option key="compression" advanced="yes"/> | ||
<option key="format" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Extracts a subset of a space time raster dataset" module="t.rast.extract"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
<option key="basename"/> | ||
<option key="where"/> | ||
<option key="expression"/> | ||
<option key="nprocs" advanced="yes"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Replaces gaps in a space time raster dataset with interpolated raster maps" module="t.rast.gapfill"> | ||
<option key="input"/> | ||
<option key="where"/> | ||
<option key="basename"/> | ||
<flag key="t" hidden="no"/> | ||
<option key="nprocs" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Imports space time raster dataset" module="t.rast.import"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
<option key="basename"/> | ||
<option key="title"/> | ||
<option key="description"/> | ||
<flag key="l" hidden="no"/> | ||
<flag key="o" hidden="no"/> | ||
<option key="directory" advanced="yes"/> | ||
<option key="location" advanced="yes"/> | ||
<flag key="c" hidden="no" advanced="yes"/> | ||
<flag key="r" hidden="no" advanced="yes"/> | ||
<flag key="e" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Lists registered maps of a space time raster dataset" module="t.rast.list"> | ||
<option key="input"/> | ||
<option key="where"/> | ||
<option key="columns" advanced="yes"/> | ||
<option key="order" advanced="yes"/> | ||
<option key="method" advanced="yes"/> | ||
<option key="separator" advanced="yes"/> | ||
<option key="granule" advanced="yes"/> | ||
<flag key="s" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Performs spatio-temporal mapcalc expressions on temporally sampled maps of space time raster datasets" module="t.rast.mapcalc"> | ||
<option key="inputs"/> | ||
<option key="output"/> | ||
<option key="basename"/> | ||
<option key="expression"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
<flag key="s" hidden="no" advanced="yes"/> | ||
<option key="method" advanced="yes"/> | ||
<option key="nprocs" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Performs a neighborhood analysis for each map in a space time raster dataset" module="t.rast.neighbors"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
<option key="basename"/> | ||
<option key="method"/> | ||
<option key="size"/> | ||
<option key="where" advanced="yes"/> | ||
<option key="nprocs" advanced="yes"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Exports space time raster dataset as VTK time series" module="t.rast.out.vtk"> | ||
<option key="input"/> | ||
<option key="directory"/> | ||
<option key="elevation"/> | ||
<option key="where"/> | ||
<option key="null" advanced="yes"/> | ||
<flag key="c" hidden="no" advanced="yes"/> | ||
<flag key="p" hidden="no" advanced="yes"/> | ||
<flag key="g" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset" module="t.rast.series"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
<option key="method"/> | ||
<option key="where"/> | ||
<option key="order" advanced="yes"/> | ||
<flag key="t" hidden="no" advanced="yes"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Converts a space time raster dataset into a 3D raster map" module="t.rast.to.rast3"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset" module="t.rast.univar"> | ||
<option key="input"/> | ||
<option key="where"/> | ||
<flag key="e" hidden="no"/> | ||
<option key="separator" advanced="yes"/> | ||
<flag key="s" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Extracts a subset of a space time 3D raster dataset" module="t.rast3d.extract"> | ||
<option key="input"/> | ||
<option key="output"/> | ||
<option key="basename"/> | ||
<option key="where"/> | ||
<option key="expression"/> | ||
<option key="nprocs" advanced="yes"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Lists registered maps of a space time raster3d dataset" module="t.rast3d.list"> | ||
<option key="input"/> | ||
<option key="where"/> | ||
<option key="columns" advanced="yes"/> | ||
<option key="order" advanced="yes"/> | ||
<option key="method" advanced="yes"/> | ||
<option key="separator" advanced="yes"/> | ||
<flag key="s" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Performs spatio-temporal r3.mapcalc expressions on temporally sampled maps of space time 3D raster datasets" module="t.rast3d.mapcalc"> | ||
<option key="inputs"/> | ||
<option key="output"/> | ||
<option key="basename"/> | ||
<option key="expression"/> | ||
<flag key="n" hidden="no" advanced="yes"/> | ||
<flag key="s" hidden="no" advanced="yes"/> | ||
<option key="method" advanced="yes"/> | ||
<option key="nprocs" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Calculates univariate statistics from the non-null cells for each registered 3D raster map of a space time 3D raster dataset" module="t.rast3d.univar"> | ||
<option key="input"/> | ||
<option key="where"/> | ||
<flag key="e" hidden="no"/> | ||
<option key="separator" advanced="yes"/> | ||
<flag key="s" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Registers raster, vector and raster3d maps in a space time dataset" module="t.register"> | ||
<option key="input"/> | ||
<option key="type"/> | ||
<option key="maps"/> | ||
<file key="file" type="old" advanced="yes"/> | ||
<option key="start" advanced="yes"/> | ||
<option key="end" advanced="yes"/> | ||
<option key="unit" advanced="yes"/> | ||
<option key="increment" advanced="yes"/> | ||
<flag key="i" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Removes space time datasets from temporal database." module="t.remove"> | ||
<option key="inputs"/> | ||
<option key="type"/> | ||
<file key="file" type="old" advanced="yes"/> | ||
<flag key="r" hidden="no" advanced="yes"/> | ||
<flag key="f" hidden="no" advanced="yes"/> | ||
</qgisgrassmodule> |
Oops, something went wrong.