-
-
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
Médéric Ribreux
authored and
Médéric RIBREUX
committed
May 29, 2016
1 parent
48d45fb
commit b40d2ff
Showing
4 changed files
with
243 additions
and
8 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 |
---|---|---|
@@ -1,9 +1,70 @@ | ||
* http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Replacedandremovedmodules | ||
* TODO: Merged modules | ||
r.average: merged into G7:r.statistics, G7:r.statistics2, G7:r.statistics3 | ||
r.bilinear merged into G7:r.resamp.interp | ||
r.median: merged into G7:r.statistics, G7:r.statistics2, G7:r.statistics3 | ||
r.sum: merged into G7:r.statistics, G7:r.statistics2, G7:r.statistics3 | ||
* http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules | ||
TODO List for GRASS7 algorithms support into QGIS Processing | ||
|
||
Unit tests | ||
========== | ||
|
||
i.* modules: | ||
------------ | ||
|
||
* i.albedo: needs better data | ||
* i.aster.toar: needs OutputDir support in tests | ||
* i.atcorr: broken implementation | ||
* i.biomass: OK (basic implementation) | ||
* i.cca: needs OutputDir support in tests | ||
* i.cluster: OK (full implementation) | ||
* i.colors.enhance: needs other raster data | ||
* i.eb.eta: OK (basic implementation) | ||
* i.eb.evapfr: needs better data | ||
* i.eb.hsebal01: OK (basic implementation) | ||
* i.eb.netrad: OK (basic implementation) | ||
* i.eb.soilheatflux: OK (basic implementation) | ||
* i.emissivity: OK (basic implementation) | ||
* i.evapo.mh: OK (basic implementation) | ||
* i.evapo.pm: OK (basic implementation) | ||
* i.evapo.pt: OK (basic implementation) | ||
* i.evapo.time: broken (don't know why, should work) | ||
* i.fft: OK (full implementation) | ||
* i.gensig: OK (full implementation) | ||
* i.gensigset: OK (full implementation) | ||
* i.group: OK (full implementation) | ||
* i.his.rgb: needs better data | ||
* i.ifft: needs specific raster data | ||
* i.image.mosaic: OK (basic implementation) | ||
* i.in.spotvgt: needs probably a true NVDI SPOT file (quite huge for tests). | ||
* i.landsat.acca: needs better data | ||
* i.landsat.toar: needs OutputDir support in tests | ||
* i.maxlik: OK (full implementation) | ||
* i.modis.qc: OK (full implementation) | ||
* i.oif: OK (full implementation) | ||
* i.ortho.camera: not implemented in Processing | ||
* i.ortho.elev: not implemented in Processing | ||
* i.ortho.rectify: not implemented in Processing | ||
* i.pansharpen: OK (full implementation) | ||
* i.pca: needs OutputDir support in tests | ||
* i.rectify: needs OutputDir support in tests | ||
* i.rgb.his: OK (full implementation) | ||
* i.segment: OK (full implementation) | ||
* i.smap: OK (full implementation) | ||
* i.spectral: not implementable in Processing | ||
* i.target: not implementable in Processing | ||
* i.tasscap: needs OutputDir support in tests | ||
* i.topo.corr.ill: OK (basic implementation) | ||
* i.topo.corr: needs OutputDir support in tests | ||
* i.vi: OK (basic implementation) | ||
* i.zc: OK (basic implementation) | ||
|
||
r.* modules | ||
----------- | ||
|
||
Need to write everything | ||
|
||
v.* modules | ||
----------- | ||
|
||
Need to write everything | ||
|
||
Other | ||
===== | ||
|
||
* TODO: decide what to do with nviz: | ||
nviz_cmd -> G7:m.nviz.image |
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/tests/testdata/custom/grass7/i.atcorr.txt
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 @@ | ||
8 | ||
2 19 13.00 -47.410 -20.234 | ||
1 | ||
1 | ||
15 | ||
-0.600 | ||
-1000 | ||
64 |
31 changes: 31 additions & 0 deletions
31
python/plugins/processing/tests/testdata/custom/grass7/i.cluster.txt
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,31 @@ | ||
#produit par i.cluster | ||
#Class 1 | ||
1596 | ||
1.83333 1.53759 3.31579 | ||
0.823615 | ||
-0.22884 0.584793 | ||
0.0131661 0.015707 0.563537 | ||
#Class 2 | ||
3341 | ||
2.11045 4.35498 3.32266 | ||
0.790493 | ||
-0.109278 0.472751 | ||
0.0125567 -0.0124767 0.565921 | ||
#Class 3 | ||
3491 | ||
5.32655 1.72558 3.32713 | ||
0.671555 | ||
0.189352 0.758483 | ||
-0.00255721 -0.0248173 0.544533 | ||
#Class 4 | ||
3324 | ||
4.34567 4.36522 3.30235 | ||
0.22625 | ||
0.0708273 0.484688 | ||
0.00740409 0.00750866 0.56369 | ||
#Class 5 | ||
2991 | ||
6 4.55734 3.30291 | ||
0 | ||
0 0.246795 | ||
0 0.00235825 0.573099 |
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