Metadata-Version: 2.1
Name: AGS324
Version: 0.1.1
Summary: A utility library for upgrading AGS 3.1 data to AGS 4
Author-email: Yixuan Zhong <yixuan.zhong.public@gmail.com>
License: LGPL-3.0
Project-URL: Homepage, https://github.com/yixuanzhong/AGS324
Project-URL: Bug Reports, https://github.com/yixuanzhong/AGS324/issues
Project-URL: Source, https://github.com/yixuanzhong/AGS324
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.5.3

﻿# AGS324 - A utility library for upgrading AGS 3.1 data to AGS 4.

This package provides tools for:
- Upgrading AGS 3.1 files to AGS 4 format, with minimally required data for usage of **Autodesk Civil 3D(R)** **Geotechnical Modeler(R)**.

*Note: Autodesk Civil 3D(R), Geotechnical Modeler(R) are trademarks of Autodesk, Inc. This package is not affiliated with or endorsed by Autodesk.*

## Basic usage:
### Import
`from AGS324 import *`
### Upgrade an AGS 3.1 file to AGS 4
`AGS324.ags4_c3dgm("input.ags")`

or

`AGS324.ags4_c3dgm("input.ags", "input_AGS4.ags")`

Either will save the converted file as "input_AGS4.ags".
