0 purchases
pyhtm 0.1.5
ANTARES HTM Utilities
ANTARES Utilities for working with Hierarchical Triangular Meshes (HTMs).
Free software: MIT license
Documentation: https://noao.gitlab.io/noao/antares/htm
Installation
You can install the library from PyPI through pip:
$ pip install pyhtm
Or from source:
$ git clone https://gitlab.com/noao/antares/htm
$ cd htm
$ git checkout v0.1.3
$ python setup.py install
Credits
This package was created with Cookiecutter and NOAO’s cookiecutters/python-package template
(forked from audreyr/cookiecutter-pypackage).
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
0.1.5 (2019-09-27)
Fixed
Raise htm.PrecisionError when encountering precision issues in edge-intersection
solver.
0.1.4 (2019-09-27)
Fixed
Workaround for precision issues in edge-intersection solver.
0.1.1 (2019-09-27)
Fixed
Wrong URLs in docs
0.1.0 (2019-08-26)
Added
First release.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.