Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Moresi committed Sep 20, 2018
2 parents ec72e71 + b4b5027 commit 9b9be10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions litho1pt0-src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ A Python interface to TRIPACK and STRIPACK Fortran code for (constrained) triang

_Sample images created with `stripy` illustrating the meshing capability, the ability to refine meshes to match criteria such as data density, and the ability to create distance-weighted averages to meshes and continuous interpolating functions_

#### binder

Launch the demonstration at [mybinder.org](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/lmoresi/stripy-binder/master)

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/lmoresi/stripy-binder/master)


## Navigation / Notebooks

Expand Down
6 changes: 5 additions & 1 deletion stripy-src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ A Python interface to TRIPACK and STRIPACK Fortran code for (constrained) triang

_Sample images created with `stripy` illustrating the meshing capability, the ability to refine meshes to match criteria such as data density, and the ability to create distance-weighted averages to meshes and continuous interpolating functions_

#### binder

Launch the demonstration at [mybinder.org](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/lmoresi/stripy-binder/master)

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/lmoresi/stripy-binder/master)


## Navigation / Notebooks


There are two matching sets of `stripy` notebooks - one set for [Cartesian Triangulations](#Cartesian) and one for [Spherical Triangulations](#Spherical). For most geographical applications, the spherical triangulations are the natural choice as they expect longitude and latitude coordinates (admittedly in radians).


Note: the Cartesian and Spherical notebooks can be obtained / installed from `stripy` itself as follows:

```bash
Expand Down

0 comments on commit 9b9be10

Please sign in to comment.