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
- Host: GitHub
- URL: https://github.com/cwsmith/jigsaw_gis
- Owner: cwsmith
- License: bsd-3-clause
- Created: 2023-12-04T17:57:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T17:46:43.000Z (over 2 years ago)
- Last Synced: 2025-01-11T15:52:27.022Z (over 1 year ago)
- Language: Python
- Size: 14.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```