Full documentation is available at serapieum-of-alex.github.io/hpc
Current release info¶
- conda-forge feedstock: hpc
- github feedstock
Name | Downloads | Version | Platforms |
---|---|---|---|
hpc - Remote Sensing package¶
hpc is a numpy utility package
Main Features¶
- indixing numpy arrays in fast manner without using loops
Installing hpc¶
Installing hpc
from the conda-forge
channel can be achieved by:
conda install -c conda-forge hpc
It is possible to list all of the versions of hpc
available on your platform with:
conda search hpc --channel conda-forge
Install from Github¶
to install the last development to time you can install the library from github
pip install git+https://github.com/MAfarrag/hpc
pip¶
to install the last release you can easly use pip
pip install hpc-utils==0.1.5
Quick start¶
>>> import hpc