DHI-GRAS / qgis-processing-gpf

QGIS Processing provider for GPF-based algorithms (BEAM and Sentinel-1 Toolbox)
GNU General Public License v3.0
2 stars 5 forks source link

Add S3TBX support #7

Closed radosuav closed 7 years ago

radosuav commented 8 years ago

Aatsr.sst algorithm is available in SNAP through S3TBX and therefore it should be added to the plugin.

Adding S3TBX requires creation of s3tbx_description directory, S3TbxAlgorithm.py and s3tbx icon, as well as updates to https://github.com/DHI-GRAS/processing_gpf/blob/GW-A_dev/SNAPAlgorithmProvider.py and https://github.com/DHI-GRAS/processing_gpf/blob/GW-A_dev/GPFUtils.py.

The algorithm itself can then be copied from https://github.com/DHI-GRAS/processing_gpf/blob/GW-A_dev/beam_description/Aatsr.SST.txt to s3tbx_description directory (possibly with slight modifications).