Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 10, 2022
1 parent 669fa47 commit 66e5a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/function_help/json/raster_attributes
Expand Up @@ -2,13 +2,13 @@
"name": "raster_attributes",
"type": "function",
"groups": ["Rasters"],
"description": "Returns a map with the fields names as keys and the raster attribute table values as values from the attribute table entry that matches the given raster value .",
"description": "Returns a map with the fields names as keys and the raster attribute table values as values from the attribute table entry that matches the given raster value.",
"arguments": [{
"arg": "layer",
"description": "the name or id of a raster layer"
}, {
"arg": "band",
"description": "the band number to sample the value from and for the associated attribute table lookup. "
"description": "the band number for the associated attribute table lookup."
}, {
"arg": "value",
"description": "raster value"
Expand Down

0 comments on commit 66e5a4e

Please sign in to comment.