Skip to content

Commit

Permalink
file format input - Gtiff
Browse files Browse the repository at this point in the history
  • Loading branch information
PondiB committed May 28, 2024
1 parent a08df55 commit 0712f4d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions R/SessionConfig-Class.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,18 @@ SessionConfig = function(api.port = NULL, host = NULL, aws.ipv4 = NULL) {
)
),
inputFormats = list(
ImageCollection = list(
title = "ImageCollection",
description = "Import from image collection",
GTiff = list(
title = "GeoTiff",
description = "Geotiff is one of the most widely supported formats. This backend allows reading from Geotiff to create raster data cubes.",
gis_data_types = list("raster"),
parameters = list(
format = list(
type = "string",
description = "gdalcubes collection formats"
description = "GeoTiff"
)
)

)
),
),

OGC_conformanceLink = "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core"
)
Expand Down

0 comments on commit 0712f4d

Please sign in to comment.