Code Monkey home page Code Monkey logo

ssrfpy's Introduction

ssrfpy

This is a small Python project for interfacing the Fortran codes STRIPACK and SSRFPACK to the larger Python ecosystm. These libraries were written by Robert Renka and published by ACM.

STRIPACK is a set of related functions for Delaunay and Voronoi mesh generation on the surface of a sphere.

SSRFPACK uses the triangulations generated by STRIPACK to perform interpolation of an arbitrary function on a sphere.

I have wrapped the most basic functionality of these packages for triangulation and interpolation. I may include more as the need arises, but it currently only performs linear interpolation and cubic interpolation onto regular grids.

#Installation

This package has numpy as dependency, and requires a C compiler like gcc.
You can install it by going to the root directory of the project and typing

python setup.py install

You may want to add the --prefix=/path/to/intall/directory option, depending upon where your Python distribution lives.

Once it is installed, you can test it by entering the examples directory and running one of the example scripts.

ssrfpy's People

Contributors

ian-r-rose avatar

Stargazers

Thomas Mansencal avatar Luca Penasa avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.