{"id":31039197,"url":"https://github.com/juliaspacephysics/spacephysicsmakie.jl","last_synced_at":"2026-03-03T08:10:24.354Z","repository":{"id":309005172,"uuid":"1034835340","full_name":"JuliaSpacePhysics/SpacePhysicsMakie.jl","owner":"JuliaSpacePhysics","description":"Space physics plotting utilities built on Makie.jl","archived":false,"fork":false,"pushed_at":"2025-08-29T14:43:19.000Z","size":53,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T17:15:58.408Z","etag":null,"topics":["heliophysics","space-physics"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaSpacePhysics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-08-09T04:39:53.000Z","updated_at":"2025-08-21T07:59:57.000Z","dependencies_parsed_at":"2025-08-29T16:21:05.759Z","dependency_job_id":"69af5c3d-fc7d-4572-add2-90be7af5ee76","html_url":"https://github.com/JuliaSpacePhysics/SpacePhysicsMakie.jl","commit_stats":null,"previous_names":["juliaspacephysics/spacephysicsmakie","juliaspacephysics/spacephysicsmakie.jl"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaSpacePhysics/SpacePhysicsMakie.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSpacePhysics%2FSpacePhysicsMakie.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSpacePhysics%2FSpacePhysicsMakie.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSpacePhysics%2FSpacePhysicsMakie.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSpacePhysics%2FSpacePhysicsMakie.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaSpacePhysics","download_url":"https://codeload.github.com/JuliaSpacePhysics/SpacePhysicsMakie.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaSpacePhysics%2FSpacePhysicsMakie.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275076569,"owners_count":25401316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["heliophysics","space-physics"],"created_at":"2025-09-14T07:51:20.521Z","updated_at":"2026-03-03T08:10:24.349Z","avatar_url":"https://github.com/JuliaSpacePhysics.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpacePhysicsMakie.jl\n\n[![DOI](https://zenodo.org/badge/1034835340.svg)](https://doi.org/10.5281/zenodo.17655281)\n[![version](https://juliahub.com/docs/General/SpacePhysicsMakie/stable/version.svg)](https://juliahub.com/ui/Packages/General/SpacePhysicsMakie)\n\n[![Build Status](https://github.com/JuliaSpacePhysics/SpacePhysicsMakie.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaSpacePhysics/SpacePhysicsMakie.jl/actions/workflows/CI.yml?query=branch%3Amain)\n[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)\n[![Coverage](https://codecov.io/gh/JuliaSpacePhysics/SpacePhysicsMakie.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaSpacePhysics/SpacePhysicsMakie.jl)\n\nSpace physics plotting utilities built on [`Makie.jl`](https://makie.juliaplots.org/).  \n\nDesigned for fast, interactive plotting of multiple time series with automatic handling of ISTP metadata. While tailored for space physics, it supports any time series data via extensible `transform` function.\n\n**Installation**: at the Julia REPL, run `using Pkg; Pkg.add(\"SpacePhysicsMakie\")`\n\n**Documentation**: [![Dev](https://img.shields.io/badge/docs-dev-blue.svg?logo=julia)](https://JuliaSpacePhysics.github.io/SpacePhysicsMakie.jl/dev/)\n\n## Features\n\n- **Versatile**: Unified API (`tplot`) for various time series representations including dimensional arrays, functions, or product IDs (strings).\n- **Flexible Layouts**: Separate panels (`tplot_panel`), overlaid plots (`multiplot`), or secondary-y-axis (`multiaxisplot`) panels.\n- **Interactive Exploration**: Efficient data retrieval and rendering during zoom/pan operations.\n\n## Roadmap\n\n- [ ] Add marking tools such as vertical lines across panels, horizontal bars, and rectangular shadings. The marking tools are often used to indicate interesting time periods for event analysis.\n- [ ] Geospatial plotting support\n\n## Development\n\n- To support other data types, the simplest way is to extend the `transform` function and `transform` the data to a supported type like `DimArray`.\n- A better approach would be to extend `getmeta` and `dim` methods in [`SpaceDataModel`][SpaceDataModel] for your custom data structures so that we can extract the dimension data with its metadata (label and unit) automatically.\n\n## Elsewhere\n\n- Makie.jl and its ecosystem\n    - [GeoMakie.jl](https://github.com/JuliaPlots/GeoMakie.jl): plotting geospatial data on a given map projection\n    - [UnfoldMakie.jl](https://github.com/JuliaNeuroscience/UnfoldMakie.jl): visualizations of EEG/ERP data and Unfold.jl models.\n    - [AlgebraOfGraphics](https://aog.makie.org/stable/): An algebraic spin on grammar-of-graphics data visualization\n- [PyTplot](https://pyspedas.readthedocs.io/en/latest/pytplot.html)\n- [InteractiveViz.jl](https://github.com/org-arl/InteractiveViz.jl)\n- [SciQLop](https://github.com/SciQLop/SciQLop): A python application built on top of `Qt` to explore multivariate time series effortlessly,\n- [KNMI HAPI timeline viewer](https://gitlab.com/KNMI-OSS/spaceweather/knmi-hapi-timeline-viewer): A web-based application for visualizing timeseries data. \n\n[SpaceDataModel]: https://juliaspacephysics.github.io/SpaceDataModel.jl","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaspacephysics%2Fspacephysicsmakie.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaspacephysics%2Fspacephysicsmakie.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaspacephysics%2Fspacephysicsmakie.jl/lists"}