Skip to main content

No project description provided

Project description

Documentation Status

This module aims to provide focal statistics for python, that runs without the installation of extensive GIS packages. The only dependency is numpy. For more details see the documentation.

Installation

The package can be installed with conda:

conda install --channel conda-forge focal-stats

Usage example

Focal mean of a 100x100 random numpy array.

from focal_stats import focal_mean
import numpy as np

x = np.random.rand(100, 100)
fm = focal_mean(x, window_size=5)

Important links

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

focal_stats-0.0.6.tar.gz (19.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page