Skip to main content

This package allows to perform an interpolation with the Akima method specially adapted to fill the geographic data

Project description

Akima - This package allows to perform an Akima interpolation

This package allows to perform an interpolation with the Akima method specially adapted to fill the geographic data

Systeme recquired

gfortran 7

python3-dev

installation with pip

pip install geoakima

Trying Akima3D

>>> import geoakima.geoakima as ga
>>> akima=ga.geoakima("DataTrain.txt")
>>> akima.read()
>>>akima.Akima()
>>>akima.output()

By default the file containing the data to Interpolated is called "DataTrain.txt", it is placed in the sources. Here are its formatting (4 first lines)

DataTain.txt

20111021-0001	153901.098	2560282.065	1.256
20111021-0002	153901.091	2560282.527	1.239
20111021-0003	153900.996	2560283.208	1.249
20111021-0004	153900.93	2560284.064	1.288

The script "Example.py" and the file "Data.txt" must be placed in the working folder, not forgetting to pass the name of the data file to the read function "akima.read("Data.txt")".

code based on : akima.new.f, tripack.f Hiroshi Akima U.S. Department of Commerce, NTIA/ITS Version of 1995/05

Robert J. Renka Dept. of Computer Science Univ. of North Texas 11/12/94

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

geoakima-0.19-py3-none-any.whl (230.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page