From 4236b75775920bb48d8bd38d3635c166a655fe84 Mon Sep 17 00:00:00 2001 From: Sahil Jhawar Date: Fri, 4 Sep 2026 14:29:18 +0200 Subject: [PATCH 1/2] add SWVO to PyHC --- _data/projects.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_data/projects.yml b/_data/projects.yml index 40a76c3..01ce7a8 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -740,6 +740,19 @@ python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] +- name: "SWVO" + description: "Tools for downloading and reading space-weather data and geomagnetic indices." + docs: "https://swvo.readthedocs.io/en/latest/" + code: "https://github.com/GFZ/SWVO" + contact: "Sahil Jhawar (jhawar@gfz.de), Bernhard Haas (bhaas@gfz.de)" + keywords: ["heliosphere", "magnetosphere", "solar", "ionosphere_thermosphere_mesosphere", "plasma_physics", "data_access", "data_retrieval", "reference_data", "csv", "netcdf", "ascii", "coordinates", "time", "remote", "local", "web_service", "general", "ace", "dscovr", "omni", "enlil"] + community: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + documentation: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + testing: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + software_maturity: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"] + python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] + - name: "swxsoc" url: "https://swxsoc.github.io/" description: "Pipeline and analysis tools for space weather data processing." From d1cc0236824941dd2db5c4dc77ce5d7b5b205584 Mon Sep 17 00:00:00 2001 From: sapols Date: Mon, 21 Sep 2026 11:13:03 -0600 Subject: [PATCH 2/2] Mark SWVO Software Maturity as Good SWVO meets every "must" in the PyHC software maturity standard, so the grade is Good; the remaining gaps are "shoulds", which are not strict requirements. --- _data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 01ce7a8..a0674bc 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -749,7 +749,7 @@ community: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] documentation: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] testing: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] - software_maturity: ["https://img.shields.io/badge/Partially%20met-orange.svg", "Partially met"] + software_maturity: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] python3: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"] license: ["https://img.shields.io/badge/Good-brightgreen.svg", "Good"]