gplatesreconstructionmodel
prototyping for GPlates plate reconstructions as a python class
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Keywords
gplates
pygmt
pygplates
python
tectonics
Last synced: 6 months ago
·
JSON representation
·
Repository
prototyping for GPlates plate reconstructions as a python class
Basic Info
Statistics
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 0
- Releases: 0
Topics
gplates
pygmt
pygplates
python
tectonics
Created almost 8 years ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
README.md
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:
- astropyhealpix (if astropyhealpix is not available, the some functions will fall back on precomputed point distributions in the 'data' folder)
- skimage
- stripy
- moviepy
- cartopy
Owner
- Name: Simon Williams
- Login: siwill22
- Kind: user
- Company: NWU Xi'an | UTAS
- Repositories: 4
- Profile: https://github.com/siwill22
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Williams" given-names: "Simon" orcid: "https://orcid.org/0000-0003-4670-8883" title: "GPlatesReconstructionModel" version: 1.0.0 date-released: 2020-09-30 url: "https://github.com/siwill22/GPlatesReconstructionModel"
GitHub Events
Total
- Watch event: 4
- Push event: 9
- Fork event: 1
Last Year
- Watch event: 4
- Push event: 9
- Fork event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| siwill22 | s****2@g****m | 408 |
Dependencies
setup.py
pypi
- PlateTectonicTools *
- geopandas *
- matplotlib *
- numpy *
- pandas *
- pooch *
- pygmt *
- rasterio *
- scipy *
- xarray *