Vlasiator.jl

Vlasiator.jl: A Julia package for processing Vlasiator data - Published in JOSS (2023)

https://github.com/henry2004y/vlasiator.jl

Science Score: 95.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
    Found .zenodo.json file
  • DOI references
    Found 7 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords from Contributors

pde ode meshing differential-equations graphics perturbation optimal-control macroeconomics implicit-differentiation dynamical-systems
Last synced: 6 months ago · JSON representation

Repository

Data processor for Vlasiator

Basic Info
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 4
  • Open Issues: 22
  • Releases: 163
Created about 5 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

Vlasiator.jl


DOI badge

Data processing and analyzing tool for the collisionless ion-kinetic plasma physics numerical model Vlasiator.

Installation

In the Julia REPL,

julia julia> ] pkg> add Vlasiator

Visualization via PyPlot, Makie, and Plots are supported. Please refer to the manual for installing different plotting backends.

Usage

First import the package

julia julia> using Vlasiator

For Vlasiator data, e.g. demo.vlsv, we can load via

julia julia> meta = load("demo.vlsv")

For plotting 2D contours with PyPlot,

julia julia> pcolormesh(meta, "proton/vg_rho")

More usages can be found in the manual.

Owner

  • Name: Hongyang Zhou
  • Login: henry2004y
  • Kind: user

JOSS Publication

Vlasiator.jl: A Julia package for processing Vlasiator data
Published
April 03, 2023
Volume 8, Issue 84, Page 4906
Authors
Hongyang Zhou ORCID
University of Helsinki
Editor
Pierre de Buyl ORCID
Tags
space physics plasma

GitHub Events

Total
  • Create event: 12
  • Commit comment event: 9
  • Release event: 3
  • Issues event: 2
  • Delete event: 6
  • Issue comment event: 17
  • Push event: 26
  • Pull request event: 15
Last Year
  • Create event: 12
  • Commit comment event: 9
  • Release event: 3
  • Issues event: 2
  • Delete event: 6
  • Issue comment event: 17
  • Push event: 26
  • Pull request event: 15

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 1,059
  • Total Committers: 5
  • Avg Commits per committer: 211.8
  • Development Distribution Score (DDS): 0.014
Past Year
  • Commits: 9
  • Committers: 2
  • Avg Commits per committer: 4.5
  • Development Distribution Score (DDS): 0.111
Top Committers
Name Email Commits
Hongyang Zhou h****u@u****u 1,044
CompatHelper Julia c****y@j****g 7
dependabot[bot] 4****] 5
Hongyang Zhou h****u@h****i 2
Tim Holy t****y@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 87
  • Total pull requests: 56
  • Average time to close issues: 2 months
  • Average time to close pull requests: 7 days
  • Total issue authors: 4
  • Total pull request authors: 6
  • Average comments per issue: 3.47
  • Average comments per pull request: 1.46
  • Merged pull requests: 50
  • Bot issues: 0
  • Bot pull requests: 13
Past Year
  • Issues: 1
  • Pull requests: 15
  • Average time to close issues: N/A
  • Average time to close pull requests: about 12 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.93
  • Merged pull requests: 13
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • henry2004y (78)
  • tkoskela (4)
  • ranocha (4)
  • JuliaTagBot (1)
Pull Request Authors
  • henry2004y (47)
  • github-actions[bot] (10)
  • dependabot[bot] (10)
  • alhom (1)
  • pdebuyl (1)
Top Labels
Issue Labels
enhancement (22) bug (10) question (4) documentation (3) wontfix (3)
Pull Request Labels
dependencies (10) documentation (1) github_actions (1)

Packages

  • Total packages: 2
  • Total downloads:
    • julia 4 total
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 170
juliahub.com: VlasiatorPyPlot

Data processor for Vlasiator

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 10.0%
Average: 24.7%
Dependent packages count: 39.3%
Last synced: 6 months ago
juliahub.com: Vlasiator

Data processor for Vlasiator

  • Versions: 163
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 4 Total
Rankings
Dependent repos count: 9.9%
Dependent packages count: 23.0%
Average: 25.2%
Forks count: 28.1%
Stargazers count: 39.8%
Last synced: 6 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/cache v3 composite
  • actions/checkout v4 composite
  • codecov/codecov-action v3 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/PyPlotCI.yml actions
  • actions/cache v3 composite
  • actions/checkout v4 composite
  • codecov/codecov-action v3 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/benchmark.yml actions
  • actions/checkout v4 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/setup-julia v1 composite