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

https://github.com/cwsmith/jigsaw_gis

mesh generation with jigsaw for the greenland ice sheet
https://github.com/cwsmith/jigsaw_gis

Last synced: over 1 year ago
JSON representation

mesh generation with jigsaw for the greenland ice sheet

Awesome Lists containing this project

README

          

# jigsaw_gis
mesh generation with jigsaw for the greenland ice sheet

## run

Using a python environment with jigsaw-python installed:

```
python gis.py
```

## dependencies

- jigsaw-python: 1.0.0 # installed from source
- Python: 3.10.10

Additional details from the tested configuration are below.

```
$ pip show jigsawpy
Name: jigsawpy
Version: 1.0.0
Summary: Python interface for the JIGSAW meshing library.
Home-page: https://github.com/dengwirda/
Author: Darren Engwirda
Author-email: d.engwirda@gmail.com
License: custom
Location:
/space/cwsmith/compassLandice/jigsaw-python/pyEnv/lib/python3.10/site-packages/jigsawpy-1.0.0-py3.10.egg
Requires: numpy, scipy
Required-by:

$ python --version
Python 3.10.10
```