-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.md
33 lines (27 loc) · 851 Bytes
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# GPlatesReconstructionModel
*Prototyping for GPlates plate reconstructions as a python class*
- To use, clone the repo and add the main directory to the pythonpath
- Or, try typing the following in the command line:
> pip install --no-cache-dir --upgrade git+https://github.com/siwill22/GPlatesReconstructionModel
- pygplates will need to be installed separately
- Usage examples are available in the test_notebooks directory
## Python Dependencies
### Required:
- numpy
- scipy
- pandas
- geopandas
- matplotlib
- xarray
- pygplates
- PlateTectonicTools (https://github.com/EarthByte/PlateTectonicTools)
- pooch
- pygmt
- rasterio
- xrspatial
### Optional:
- astropy_healpix (if astropy_healpix is not available, the some functions will fall back on precomputed point distributions in the 'data' folder)
- skimage
- stripy
- moviepy
- cartopy