gi.ags.transform.ags_proj_to_brgi_project
gi.ags.transform.ags_proj_to_brgi_project(ags_proj, crs)
Maps the AGS 3 ‘PROJ’ group to a Bedrock GI ‘Project’ table.
Parameters
Name | Type | Description | Default |
---|---|---|---|
ags_proj | pd.DataFrame | The AGS 3 ‘PROJ’ group. | required |
crs | CRS | The coordinate reference system of the project. | required |
Returns
Name | Type | Description |
---|---|---|
DataFrame[Project] | DataFrame[Project]: The Bedrock GI ‘Project’ table. |