bedrock_ge.gi.ags.validate
check_ags_proj_group
Section titled “check_ags_proj_group”def check_ags_proj_group(ags_proj: pd.DataFrame) -> bool
Checks if the AGS 3 or AGS 4 PROJ group is correct.
Arguments:
ags_proj
pd.DataFrame - The DataFrame with the PROJ group.
Raises:
ValueError
- If AGS 3 of AGS 4 PROJ group is not correct.
Returns:
bool
- Returns True if the AGS 3 or AGS 4 PROJ group is correct.