Skip to content

Serapieum-of-alex/hpc

Repository files navigation

Python Versions License: GPL v3 pre-commit Language grade: Python Documentation Status

GitHub last commit GitHub forks GitHub Repo stars

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Downloads Downloads Downloads PyPI - Downloads GitHub all releases GitHub release (latest by date) Conda Version PyPI version Anaconda-Server Badge Conda Platforms Join the chat at https://gitter.im/Hapi-Nile/Hapi

hpc - Remote Sensing package

hpc is a numpy utility package

hpc

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.4

Quick start

  >>> import hpc