Skip to content

mike-huls/pybulldozer

Repository files navigation

Dozer

Flattens unstructured data into a relation format

Installation

pip install pybulldozer

Features

pybulldozer aims to make working with non-relation data files as easy as possible

Explore the structure of the file

  • statistics
  • structure
  • attributes

Flatten the file to record-arrays

Returns a dictionary that contains a {name: record-array} for all layers in the file

File formats

Currenty pybulldozer only works with xml

Future development

  • Parse more data formats
  • Speed optimization
  • Create SQL insert statements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published