mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Updated doxygen files for older, less-forgiving versions of doxygen (1.9.1, at least)
This commit is contained in:
parent
3361fc5901
commit
b588c009cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,6 +35,7 @@ test-driver
|
||||
#####
|
||||
|
||||
### 'Normal' gitignore files.
|
||||
docs/auth.html
|
||||
.vscode
|
||||
nug.tag
|
||||
netcdf-c.tag
|
||||
|
@ -739,7 +739,7 @@ This can be accomplished using this command.
|
||||
Since ncdump is not being asked to access the data (the -h flag), it can obtain the filter information without failures.
|
||||
Then it can print out the filter id and the parameters as well as the Codecs (via the -s flag).
|
||||
|
||||
### Test Cases {#filters_TestCase}
|
||||
## Test Cases {#filters_TestCase}
|
||||
|
||||
Within the netcdf-c source tree, the directory two directories contain test cases for testing dynamic filter operation.
|
||||
|
||||
|
@ -449,11 +449,11 @@ Here are a couple of examples using the _ncgen_ and _ncdump_ utilities.
|
||||
```
|
||||
4. Create an nczarr file using S3 as storage and keeping to the pure zarr format.
|
||||
```
|
||||
ncgen -4 -lb -o 's3://s3.uswest-1.amazonaws.com/datasetbucket#mode=zarr dataset.cdl
|
||||
ncgen -4 -lb -o 's3://s3.uswest-1.amazonaws.com/datasetbucket\#mode=zarr dataset.cdl
|
||||
```
|
||||
5. Create an nczarr file using the s3 protocol with a specific profile
|
||||
```
|
||||
ncgen -4 -lb -o 's3://datasetbucket/rootkey#mode=nczarr,awsprofile=unidata' dataset.cdl
|
||||
ncgen -4 -lb -o 's3://datasetbucket/rootkey\#mode=nczarr,awsprofile=unidata' dataset.cdl
|
||||
```
|
||||
Note that the URL is internally translated to this
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user