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

https://github.com/mountain/sphaera

sphaera - a math toolkit for spherical data processing
https://github.com/mountain/sphaera

Last synced: over 1 year ago
JSON representation

sphaera - a math toolkit for spherical data processing

Awesome Lists containing this project

README

          

# sphaera

sphaera - a math toolkit for spherical data processing

![wind velocity](wind-velocity.png)

How to release
---------------

```bash
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

git tag va.b.c master
git push origin va.b.c
```