From 625b64949e0ce2d629e72f90f21cd61a1df89cb6 Mon Sep 17 00:00:00 2001 From: Florian Ziemen <ziemen@dkrz.de> Date: Tue, 14 May 2024 13:03:46 +0200 Subject: [PATCH] improve file format slide. --- lectures/user-experience/slides.qmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lectures/user-experience/slides.qmd b/lectures/user-experience/slides.qmd index 1405e18..6cb7c73 100644 --- a/lectures/user-experience/slides.qmd +++ b/lectures/user-experience/slides.qmd @@ -332,9 +332,9 @@ Standards are commonly known, they help guiding intuition, and also help impleme ## File formats use standard formats, preferrably machine readable -* [netCDF](https://www.unidata.ucar.edu/software/netcdf/),[ZARR](https://zarr.readthedocs.io)/[YAML](https://yaml.org/), [JSON](https://www.json.org/), ... -* JSON, YAML for machinereadable text file -* netCDF, zarr for binary data +* [YAML](https://yaml.org/), [JSON](https://www.json.org/), [netCDF](https://www.unidata.ucar.edu/software/netcdf/), [Zarr](https://zarr.readthedocs.io), ... +* YAML, JSON for machinereadable text file +* netCDF, Zarr for binary data ::: {.notes} * [NASA AMES FFI](https://espoarchive.nasa.gov/content/Ames_Format_Specification_v20#tth_sEc5.1) -- GitLab