binvox
=======
Binvox is a file-format developed by Patrick Min that helps to store
the 3D binary-volume (e.g. occupancy grid) in compact manner.
This repository contains a library for loading & saving the Binvox files.
A popular script to load/save binvox files has been published
at `here <https://github.com/dimatura/binvox-rw-py>`_. However, the code is
almost 10 years old now and every project duplicated the script file
when using it.
This project is based on the available code-base. The main aim is to
re-implement binvox file I/O as a library while taking OOP structure and
easy distribution (packaging) into account.
Installation
============
Pip can be used to install the library:
``pip install binvox``
Understanding the binvox file-format
====================================
Information regarding the format can be found here: `patrickmin.com/binvox <https://www.patrickmin.com/binvox/>`_
Raw data
{
"_id": null,
"home_page": "https://github.com/faridyagubbayli/binvox",
"name": "binvox",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Binvox",
"author": "Farid Yagubbayli",
"author_email": "faridyagubbayli@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f1/98/49c985256085d5cf88500b654903d4df847e41516fffc3b161f1165bbdae/binvox-0.1.6.tar.gz",
"platform": null,
"description": "binvox\n=======\n\nBinvox is a file-format developed by Patrick Min that helps to store\nthe 3D binary-volume (e.g. occupancy grid) in compact manner. \nThis repository contains a library for loading & saving the Binvox files.\n\nA popular script to load/save binvox files has been published\nat `here <https://github.com/dimatura/binvox-rw-py>`_. However, the code is\nalmost 10 years old now and every project duplicated the script file\nwhen using it.\n\nThis project is based on the available code-base. The main aim is to\nre-implement binvox file I/O as a library while taking OOP structure and\neasy distribution (packaging) into account.\n\nInstallation\n============\n\nPip can be used to install the library:\n\n``pip install binvox``\n\nUnderstanding the binvox file-format\n====================================\n\nInformation regarding the format can be found here: `patrickmin.com/binvox <https://www.patrickmin.com/binvox/>`_",
"bugtrack_url": null,
"license": "MIT",
"summary": "Library for loading & saving the Binvox files",
"version": "0.1.6",
"project_urls": {
"Homepage": "https://github.com/faridyagubbayli/binvox"
},
"split_keywords": [
"binvox"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f19849c985256085d5cf88500b654903d4df847e41516fffc3b161f1165bbdae",
"md5": "961fc57cfab404f3412ce495ce7f0485",
"sha256": "c862361650b662f9ba5057f203faeb559939d9fd8dbe8ee7fd17abf2754a81f7"
},
"downloads": -1,
"filename": "binvox-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "961fc57cfab404f3412ce495ce7f0485",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4577,
"upload_time": "2023-05-20T12:47:05",
"upload_time_iso_8601": "2023-05-20T12:47:05.282216Z",
"url": "https://files.pythonhosted.org/packages/f1/98/49c985256085d5cf88500b654903d4df847e41516fffc3b161f1165bbdae/binvox-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-20 12:47:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "faridyagubbayli",
"github_project": "binvox",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "binvox"
}