Skip to content

Guruprasad-Rane/libgpdwg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libgpdwg

A python package to read .dwg files.

It follows dwg file specifications from Open Design Specification for .dwg files version 5.4.1 prepared by Open Design Alliance.

Aim

Main aim of the project is to understand the file structure of dwg files.

Methodology

Part of the code of the library is static while the rest of the code is dynamically generated by code generator/python/code-generator.py. Static code is written in files named part1.py , part2.py , etc in code generator/python folder. Where as dynamic code is generated from the csv file in csv spec folder. By running ./code\ generator/python/code-generator.py a fresh code is created in src/python .

Usage

Refer bin/trial.py for basic usage. This will read a dwg file and dump the data. Example of dump file created.

References

Following open source projects were referred while working on gpdwg.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published