python-geotiepoints icon indicating copy to clipboard operation
python-geotiepoints copied to clipboard

Interpolation and extrapolation of geographic (lon, lat) tie points

Results 9 python-geotiepoints issues
Sort by recently updated
recently updated
newest added

#### Code Sample, a minimal, complete, and verifiable piece of code ```python tie_cols = np.arange( 1, image_data.shape[0], math.ceil(image_data.shape[0] / longitude.shape[1]) ) print(tie_cols.shape) fine_cols = np.arange(image_data.shape[1]) tie_rows = np.arange( 1, image_data.shape[1],...

`viiinterpolator` is a prototype based on documentation that is not at this time publicly available. Link to the documentation should be added once documentation is published.

Cartesian coordinate handling could be generalized in a utils-package, something like: ```python from functools import wraps def use_carts(use_carts=False, latitude_xy_threshold=60): """Convert input to a function to cartesian and back.""" def decorator(func):...

Is there any reason that the upper limit is 4D? If I am reading the code correctly, there appears to be cython code for 5D interpolation in geotiepoints/multilinear_cython.pyx, but this...

question

Hello! Somehow I was recreating something similar to your `modis5kmto1km` function, when I realized we were building the same thing I thought let's compare and noticed some differences, so I...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...

dependencies
github_actions

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.0 to 3.2.1. Release notes Sourced from pypa/cibuildwheel's releases. v3.2.1 🛠 Update to CPython 3.14.0 final (#2614) 🐛 Fix the default MACOSX_DEPLOYMENT_TARGET on Python 3.14 (#2613) 📚...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...

dependencies
github_actions

## Overview The maintainers of this project and some leading members of the Pytroll organization would like to re-license the python-geotiepoints Python package. We would like to first ask for...

enhancement
question