-
-
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
46 changed files
with
635 additions
and
25 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
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> |
Oops, something went wrong.