https://github.com/anowacki/fm3dmodels.jl
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: anowacki
- License: mit
- Language: Julia
- Default Branch: master
- Size: 8.79 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
FM3DModels.jl
FM3DModels.jl is a Julia package to read models and some other file formats used and written by Nick Rawlinson's FM3D and FMTOMO software.
This is beta software and there may be bugs or incorrect documentation. I have published this in case it is useful, but I do not guarantee to continue to maintain this software.
Bug reports and pull requests for new functionality are welcome.
Installation
```julia julia> import Pkg
julia> import Pkg.add(url="https://github.com/anowacki/FM3DModels.jl") ```
Usage
Docstrings describe the purpose and use
FM3DModels exports the FM3DModel type, which holds all the information
about an FM3D model.
Reading a model
```julia julia> using FM3DModels
julia> mod = FM3DModel("path/to/vgrids.in"); # Read a FM3D grid from disk ```
Evaluating a model at a given point
julia
julia> FM3DModels.interpolate(model, lon, lat, radius)
Owner
- Name: Andy Nowacki
- Login: anowacki
- Kind: user
- Website: http://homepages.see.leeds.ac.uk/~earanow/
- Repositories: 57
- Profile: https://github.com/anowacki
Lecturer at the School of Earth and Environment, University of Leeds, studying the Earth's deep interior.
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Andy Nowacki | a****i@l****k | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0