https://github.com/pytroll/python-geotiepoints
Interpolation and extrapolation of geographic (lon, lat) tie points
https://github.com/pytroll/python-geotiepoints
hacktoberfest python
Last synced: 10 months ago
JSON representation
Interpolation and extrapolation of geographic (lon, lat) tie points
- Host: GitHub
- URL: https://github.com/pytroll/python-geotiepoints
- Owner: pytroll
- License: gpl-3.0
- Created: 2012-05-10T08:09:06.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2025-07-01T15:46:21.000Z (12 months ago)
- Last Synced: 2025-07-01T16:49:58.192Z (12 months ago)
- Topics: hacktoberfest, python
- Language: Python
- Homepage: https://python-geotiepoints.readthedocs.org/
- Size: 13.4 MB
- Stars: 29
- Watchers: 8
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Authors: AUTHORS.md
Awesome Lists containing this project
README
python-geotiepoints
===================
[](https://github.com/pytroll/python-geotiepoints/actions?query=workflow%3A%22CI%22)
[](https://coveralls.io/github/pytroll/python-geotiepoints?branch=main)
Python-geotiepoints is a python module that interpolates (and extrapolates if
needed) geographical tiepoints into a larger geographical grid. This is usefull
when the full resolution lon/lat grid is needed while only a lower resolution
grid of tiepoints was provided.
Some helper functions are provided to accomodate for satellite data, but the
package should be generic enough to be used for any kind of data.
In addition we have added a fast multilinear interpolation of regular gridded
data using Cython.
Adam & Martin
May 2017, Norrköping, Sweden