Skip to content

Commit

Permalink
add generic encodingFormat for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Nov 13, 2023
1 parent 9e53cd9 commit 49c110b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions book/thematics/dataset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ for more focused creative work examples.
:linenos:
```

**Note**
For a generic `encodingFormat` inside a `distribution` block, you can use
`image/xyz`, such as for the following, which points to a Digital Terrain Model:
```
"distribution": {
"@type": "DataDownload",
"contentUrl": "http://222.186.3.18:8888/erddap/files/BATM_NMDIS_2020_Jinli_Seamount/BATM_NMDIS_2020_Jinli_Seamount.dtm",
"encodingFormat": "image/xyz"
},
```

## Demo area please ignore

This area is being used to test out a new repository structure where the data graphs,
Expand Down

0 comments on commit 49c110b

Please sign in to comment.