Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
47 changes: 47 additions & 0 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -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
Loading