The GIS Projection Audit Tool is an ArcPy-based utility that scans GIS datasets within a folder, reports coordinate system information, identifies projection inconsistencies, and optionally reprojects datasets to a user-specified WKID.
The tool is designed to support GIS QA/QC workflows by helping users quickly inventory spatial references and standardize datasets before analysis.
- Scans datasets within a folder
- Reports projection name and WKID
- Reports dataset type
- Detects undefined projections
- Identifies multiple projections within a project
- Reprojects datasets to a common WKID
- Creates reprojected copies without modifying source data
- Generates console-based projection and reprojection reports
- ArcGIS Pro
- ArcPy
- Update the
input_foldervariable to point to the folder containing GIS datasets. - Run the script.
- Review the projection report.
- When prompted, choose whether to reproject datasets.
- Enter the target WKID if reprojection is requested.
- Review the reprojection report.
- Scan datasets
- Identify projection inconsistencies
- Select a target WKID
- Reproject datasets
- Review results
- Add aditional QA/QC functionality: inspect topography, data, etc
Matt Berry