Skip to content
Thomas Nipen edited this page Apr 3, 2020 · 44 revisions

Under development

Neighbourhood methods

import gridpp
import numpy as np

data = np.random.rand([100, 100])
radius = 7

data_mean = gridpp.neighbourhood(data, radius, 'mean')

Clone this wiki locally