The Wayback Machine - https://web.archive.org/web/20210731000451/https://github.com/topics/resampling
Skip to content
#

resampling

Here are 86 public repositories matching this topic...

djhoese
djhoese commented Feb 22, 2021

Code Sample, a minimal, complete, and verifiable piece of code

from pyresample.boundary import Boundary
b = Boundary(my_lons, my_lats)
print(b.contour_poly.area())

Problem description

The above code doesn't fail if the provided lons/lats are 2D (not sure on 3D+), but the class and all functions/utilities underneath it assume 1D arrays. The end results are incor

Improve this page

Add a description, image, and links to the resampling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the resampling topic, visit your repo's landing page and select "manage topics."

Learn more