Update help URL for gdal raster pipeline algorithms

This commit is contained in:
Even Rouault 2024-12-12 20:27:17 +01:00
parent aae18ed5e3
commit 49367db76d
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
4 changed files with 4 additions and 4 deletions

View File

@ -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()
{

View File

@ -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()
{

View File

@ -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()
{

View File

@ -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()
{