Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjappelbaum/cubes
cube file snippets
https://github.com/kjappelbaum/cubes
Last synced: about 1 month ago
JSON representation
cube file snippets
- Host: GitHub
- URL: https://github.com/kjappelbaum/cubes
- Owner: kjappelbaum
- Created: 2019-10-28T08:14:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T22:51:23.000Z (4 months ago)
- Last Synced: 2024-08-27T01:40:42.082Z (4 months ago)
- Language: Python
- Size: 35.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cube files
[![Actions Status](https://github.com/kjappelbaum/cubes/workflows/Python%20package/badge.svg)](https://github.com/kjappelbaum/cubes/actions)
[![](https://img.shields.io/badge/python-3.5+-blue.svg)](https://www.python.org/download/releases/3.5.0/)Small class to perform 'efficient' arithmetics with cube files.
## Usage
```bash
overlapintegral --spatial_overlap/--overlap_integral
```If no option is selected it will return both the overlap integral and the spatial overlap.
## Installation
```bash
pip install git+https://github.com/kjappelbaum/cubes.git
```