Skip to content

Commit

Permalink
Merge pull request #444 from bzah/main-1
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
JonathanGregory authored Oct 11, 2023
2 parents fd908ce + b33a058 commit 768be03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ch02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NetCDF files should have the file name extension "**`.nc`**".
=== Data Types

// TODO: Check, should this be a bullet list?
Data variables must be one of the following data types: **`string`**, **`char`**, **`byte`**, **`unsigned byte`**, **`short`**, **`unsigned short`**, **`int`**, **`unsigned int`**, **`int64`**, **`unsigned int64`**, **`float`** or **`real`**, and **`double`** (which are all the [netCDF external data types](https://www.unidata.ucar.edu/software/netcdf/docs/data_type.html#external_types) supported by netCDF-4).
Data variables must be one of the following data types: **`string`**, **`char`**, **`byte`**, **`unsigned byte`**, **`short`**, **`unsigned short`**, **`int`**, **`unsigned int`**, **`int64`**, **`unsigned int64`**, **`float`** or **`real`**, and **`double`** (which are all the [netCDF external data types](https://docs.unidata.ucar.edu/nug/current/md_types.html) supported by netCDF-4).
The **`string`** type is only available in files using the netCDF version 4 (netCDF-4) format.
The **`char`** and **`string`** types are not intended for numeric data.
One byte numeric data should be stored using the **`byte`** or **`unsigned byte`** data types.
Expand Down
1 change: 1 addition & 0 deletions history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

=== Working version (most recent first)

* {issues}458[Issue #458]: Fix broken link to Unidata documentation.
* {issues}423[Issue #423]: Always use "strictly monotonic" when describing coordinate variables
* {issues}420[Issue #420]: Add List of Figures
* {issues}210[Issue #210]: Correct errors in examples H9-H11
Expand Down

0 comments on commit 768be03

Please sign in to comment.