An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

python-geotiepoints
===================

[![Build Status](https://github.com/pytroll/python-geotiepoints/workflows/CI/badge.svg?branch=main)](https://github.com/pytroll/python-geotiepoints/actions?query=workflow%3A%22CI%22)
[![Coverage Status](https://coveralls.io/repos/github/pytroll/python-geotiepoints/badge.svg?branch=main)](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