Update help URL for gdal raster pipeline algorithms
This commit is contained in:
parent
aae18ed5e3
commit
49367db76d
|
@ -73,7 +73,7 @@ class GDALRasterPipelineAlgorithm final : public GDALRasterPipelineStepAlgorithm
|
|||
static constexpr const char *NAME = "pipeline";
|
||||
static constexpr const char *DESCRIPTION = "Process a raster dataset.";
|
||||
static constexpr const char *HELP_URL =
|
||||
"https://gdal.org/en/stable/programs/gdal_raster_pipeline.html";
|
||||
"/programs/gdal_raster_pipeline.html";
|
||||
|
||||
static std::vector<std::string> GetAliases()
|
||||
{
|
||||
|
|
|
@ -27,7 +27,7 @@ class GDALRasterReadAlgorithm final : public GDALRasterPipelineStepAlgorithm
|
|||
static constexpr const char *NAME = "read";
|
||||
static constexpr const char *DESCRIPTION = "Read a raster dataset.";
|
||||
static constexpr const char *HELP_URL =
|
||||
"https://gdal.org/en/stable/programs/gdal_raster_pipeline.html";
|
||||
"/programs/gdal_raster_pipeline.html";
|
||||
|
||||
static std::vector<std::string> GetAliases()
|
||||
{
|
||||
|
|
|
@ -28,7 +28,7 @@ class GDALRasterReprojectAlgorithm /* non final */
|
|||
static constexpr const char *NAME = "reproject";
|
||||
static constexpr const char *DESCRIPTION = "Reproject a raster dataset.";
|
||||
static constexpr const char *HELP_URL =
|
||||
"https://gdal.org/en/stable/programs/gdal_raster_reproject.html";
|
||||
"/programs/gdal_raster_reproject.html";
|
||||
|
||||
static std::vector<std::string> GetAliases()
|
||||
{
|
||||
|
|
|
@ -27,7 +27,7 @@ class GDALRasterWriteAlgorithm final : public GDALRasterPipelineStepAlgorithm
|
|||
static constexpr const char *NAME = "write";
|
||||
static constexpr const char *DESCRIPTION = "Write a raster dataset.";
|
||||
static constexpr const char *HELP_URL =
|
||||
"https://gdal.org/en/stable/programs/gdal_raster_pipeline.html";
|
||||
"/programs/gdal_raster_pipeline.html";
|
||||
|
||||
static std::vector<std::string> GetAliases()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue