ogt: Base API¶
The base API converts ags4 files into various formats, and provided validation (WIP) to the data dictionary
- Project
- An AGS zip file and its images, media etc (coming soon)
- Document
- represents an ags file
- the module
ogt.ogt_doc
- the class
OGTDocument
- Groups
- represents and ags group and headings
- the module
ogt.ogt_group
- the class
OGTGroup
- AGS
- the ags data dict
- validation (coming soon)
- the module
ogt.ags4
- the class
AGS4GroupDataDict
- the function
create_doc_from_ags4_file()
- utils
- File input and output, serialisation to different
FORMATS
- see
ogt.utils
- the JSON functions, eg
to_json()
,read_json_file()
- File input and output, serialisation to different