helper for running different scipy 2D interpolations
Project description
SciPolate
Scipolate offers a small helper class that can be used to perform 2D interpolation tasks using scipy. It is meant to be used as a common interface to run and validate the task automated in the same way.
Installation
Install Scipolate using pip:
`bash pip install scipolate `
Note
Scipolate was originally a part of a interpolation web-app used in one of my lectures. That means it was used in an API. Hence, the parameters are set in one single JSON-like dictionary, which is un-pythonic and I am planning to create another interface class that takes arguments in a used, pythonic way.
For the same reason, the class does provide an output Report including the result as a base64 encoded image. Nevertheless, the class can be used outside of a web-application context. Mind that performance was not important during development. In case you need a fast algorithm, use scipy directly, or something like the [interpolation](https://pypi.org/project/interpolation/) library.
Usage
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file scipolate-0.1.tar.gz.
File metadata
- Download URL: scipolate-0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29eb9ae971665f392b48061e2eb300f1342c14eaa5e1f2b022562965a8fd3ce5
|
|
| MD5 |
aabf97e33fb2d73a8bd5eab2275907d3
|
|
| BLAKE2b-256 |
c49a6b5711e51615454919bfedaf51cd4104d5f0811b3b52625dae45892841c9
|