https://github.com/anowacki/assorted-julia-modules
A selection of Julia modules for geophysical purposes
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Repository
A selection of Julia modules for geophysical purposes
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
assorted-julia-modules
An old repo containing a few useful Julia modules.
Abandonment warning
Most of the modules in this repo are abandoned or deprecated. Some have been replaced by packages available at https://github.com/anowacki. Some still work. None of them come with any guarantee of correctness or usability, nor any promise to fix bugs.
Usable modules
These modules have been updated for Julia v1 and so should still work.
CircPlot: Plot circular data, e.g. polar histograms.
[Note: This is the only package I would be prepared to help with, say if someone wants to add these plots to something like StatsPlots. ]
CorrelationDimension: Calculate the correlation or fractal dimension of a set of points
Superceded modules
The following modules have been directly replaced by properly
tested packages:
- AK135, PREM: Use SeisModels.
Installing
Clone this repository somewhere, then add the directory to your
LOAD_PATH by doing something like
```julia
shell> git clone https://github.com/anowacki/assorted-julia-modules
julia> push!(LOAD_PATH, joinpath(pwd(), "assorted-julia-modules")) ``` Note that this is not the recommended way to add Julia packages to your environment.
You will then need to manually add the dependencies for each package:
CircPlot:pkg> add StatsBase PlotsCorrelationDimension:pkg> add Plots Distributions StatsBase
License
See the licence file.
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
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.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
Top Authors
Issue Authors
Pull Request Authors
- JuliaTagBot (1)