Skip to content
Snippets Groups Projects
Commit 625b6494 authored by Florian Ziemen's avatar Florian Ziemen
Browse files

improve file format slide.

parent 8fbf159b
No related branches found
No related tags found
1 merge request!51User experience lecture
Pipeline #67599 passed
...@@ -332,9 +332,9 @@ Standards are commonly known, they help guiding intuition, and also help impleme ...@@ -332,9 +332,9 @@ Standards are commonly known, they help guiding intuition, and also help impleme
## File formats ## File formats
use standard formats, preferrably machine readable 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/), ... * [YAML](https://yaml.org/), [JSON](https://www.json.org/), [netCDF](https://www.unidata.ucar.edu/software/netcdf/), [Zarr](https://zarr.readthedocs.io), ...
* JSON, YAML for machinereadable text file * YAML, JSON for machinereadable text file
* netCDF, zarr for binary data * netCDF, Zarr for binary data
::: {.notes} ::: {.notes}
* [NASA AMES FFI](https://espoarchive.nasa.gov/content/Ames_Format_Specification_v20#tth_sEc5.1) * [NASA AMES FFI](https://espoarchive.nasa.gov/content/Ames_Format_Specification_v20#tth_sEc5.1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment