An open API service indexing awesome lists of open source software.

https://github.com/elphick/parq-blockmodel

A Python package for efficient storage, manipulation, and analysis of mining block models using Parquet files.
https://github.com/elphick/parq-blockmodel

Last synced: 2 months ago
JSON representation

A Python package for efficient storage, manipulation, and analysis of mining block models using Parquet files.

Awesome Lists containing this project

README

          

# parq-blockmodel

[![Run Tests](https://github.com/Elphick/parq-blockmodel/actions/workflows/build_and_test.yml/badge.svg?branch=main)](https://github.com/Elphick/parq-blockmodel/actions/workflows/build_and_test.yml)
[![PyPI](https://img.shields.io/pypi/v/parq-blockmodel.svg?logo=python&logoColor=white)](https://pypi.org/project/parq-blockmodel/)
![Coverage](https://raw.githubusercontent.com/elphick/parq-blockmodel/main/docs/source/_static/badges/coverage.svg)
[![Python Versions](https://img.shields.io/pypi/pyversions/parq-blockmodel.svg)](https://pypi.org/project/parq-blockmodel/)
[![License](https://img.shields.io/github/license/Elphick/parq-blockmodel.svg?logo=apache&logoColor=white)](https://pypi.org/project/parq-blockmodel/)
[![Publish Docs](https://github.com/Elphick/parq-blockmodel/actions/workflows/docs_to_gh_pages.yml/badge.svg?branch=main)](https://github.com/Elphick/parq-blockmodel/actions/workflows/docs_to_gh_pages.yml)
[![Open Issues](https://img.shields.io/github/issues/Elphick/parq-blockmodel.svg)](https://github.com/Elphick/parq-blockmodel/issues)
[![Open PRs](https://img.shields.io/github/issues-pr/Elphick/parq-blockmodel.svg)](https://github.com/Elphick/parq-blockmodel/pulls)

## Overview
A Python package for efficient storage, manipulation, and analysis of mining block models using Parquet files.
parq-blockmodel provides tools for reading, writing, indexing, and transforming large-scale block model datasets,
leveraging the performance of Apache Arrow and Parquet for scalable geoscience data workflows.