https://github.com/anowacki/assorted-julia-modules

A selection of Julia modules for geophysical purposes

https://github.com/anowacki/assorted-julia-modules

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
Last synced: 10 months ago · JSON representation

Repository

A selection of Julia modules for geophysical purposes

Basic Info
  • Host: GitHub
  • Owner: anowacki
  • License: other
  • Language: Julia
  • Default Branch: master
  • Homepage:
  • Size: 123 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 9 years ago · Last pushed almost 4 years ago
Metadata Files
Readme

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 Plots
  • CorrelationDimension: pkg> add Plots Distributions StatsBase

License

See the licence file.

Owner

  • Name: Andy Nowacki
  • Login: anowacki
  • Kind: user

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)
Top Labels
Issue Labels
Pull Request Labels