openPMD / openPMD-standard

:notebook: Open Standard for Particle-Mesh Data
http://www.openPMD.org
Creative Commons Attribution 4.0 International
79 stars 29 forks source link

Small inaccuracy in standard #206

Open DavidSagan opened 5 years ago

DavidSagan commented 5 years ago

In the standard:

In general, all data sets shall be stored as homogenous arrays or matrices respectively,

The word "respectively" does not makes sense here. This sentence should be:

In general, all data sets shall be stored as homogenous arrays or matrices,

ax3l commented 5 years ago

:+1:

Also, instead of "stored", "represented" would be more accurate. The standard does not care about how a file format "stores" physically, we care about how it is represented, e.g. through a format's official API.