From cdd292ae723ce3ebd2ac097a988dc893bbdc72d0 Mon Sep 17 00:00:00 2001 From: Max Burri Date: Fri, 1 May 2026 16:26:28 +0200 Subject: [PATCH 1/2] doc: add first draft of publiccode.yml --- publiccode.yml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 publiccode.yml diff --git a/publiccode.yml b/publiccode.yml new file mode 100644 index 000000000..b6c2b15d2 --- /dev/null +++ b/publiccode.yml @@ -0,0 +1,47 @@ +publiccodeYmlVersion: 0.5.0 +name: Visualize Swiss Open Government Data +url: https://github.com/visualize-admin/visualization-tool +landingURL: https://visualize.admin.ch +softwareVersion: v6.4.0 +releaseDate: 2026-03-13 +platforms: + - web +categories: + - data-visualization +developmentStatus: stable +softwareType: standalone/web +organisation: + uri: https://ld.admin.ch/office/VII.1.7 + name: Federal Office for the Environment (FOEN) +description: + en: + localisedName: Visualize Swiss Open Government Data + shortDescription: + Visualize is an application that allows you to create and embed + visualisations from any dataset provided by the LINDAS Linked Data + Service. + longDescription: >- + Visualize is a Next.js-based web application for creating interactive data + visualizations from any dataset provided by the LINDAS Linked Data. + + Users can configure and render various chart types (area, bar, line, maps, + pie, scatterplots, tables) through an intuitive interface, with support + for embedding, multilingual content, and persistent chart configurations. + features: + - linked-data + - charts + - lindas +legal: + license: BSD-3-Clause +maintenance: + type: internal + contacts: + - name: Bundesamt für Umwelt + email: visualize@bafu.admin.ch +localisation: + localisationReady: true + availableLanguages: + - fr + - de + - it + - en From 8e7a2db525a7891e89a48c8cf506e0888a4d1866 Mon Sep 17 00:00:00 2001 From: Max Burri Date: Fri, 1 May 2026 16:32:39 +0200 Subject: [PATCH 2/2] doc: update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b62e8b9..d5a685615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ You can also check the runtime, to avoid having to rebuild the application when the key is rotated - Use AGENTS.md instead of CLAUDE.md and adjust context according to recent findings of studies about the impact of context files for coding AIs +- Documentation + - added publiccode.yml for discoverability ### 6.4.0 – 2026-03-13 @@ -1438,7 +1440,6 @@ visualize.admin.ch are now noticeable faster. #### Performance - Improved performance of cube data fetching - - Added LRU cache to min max queries - Added query cache to bulk queries - Ordered filter so that non-discriminant filter are last