Add missing function group help

This commit is contained in:
Nyall Dawson 2019-05-21 12:20:07 +10:00
parent 026cb0e003
commit e5ab06fffa
3 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,5 @@
{
"name": "Files and Paths",
"type": "group",
"description": "Contains functions which manipulate file and path names."
}

View File

@ -0,0 +1,5 @@
{
"name": "Rasters",
"type": "group",
"description": "Contains functions which calculate raster statistics and values."
}

View File

@ -1,5 +1,5 @@
{
"name": "Record",
"name": "Record and Attributes",
"type": "group",
"description": "This group contains functions that operate on record identifiers."
}