gi.ags.validate.check_ags_proj_group
gi.ags.validate.check_ags_proj_group(ags_proj)
Checks if the AGS 3 or AGS 4 PROJ group is correct.
Parameters
Name | Type | Description | Default |
---|---|---|---|
ags_proj | pd.DataFrame | The DataFrame with the PROJ group. | required |
Raises
Name | Type | Description |
---|---|---|
ValueError | If AGS 3 of AGS 4 PROJ group is not correct. |
Returns
Name | Type | Description |
---|---|---|
bool | bool | Returns True if the AGS 3 or AGS 4 PROJ group is correct. |