Open
Conversation
Added section for additional metadata in stack-data-uploader README.
sm453
requested changes
Feb 13, 2026
| | [`"workspace"`](#workspace) | No | The dataset's name | The GeoServer workspace into which any 2D geospatial data layers, vector and raster, will be added | | ||
| | [`"namespace"`](#namespace) | No | The dataset's name | The Blazegraph namespace into which RDF data will be added. The long syntax can be used to specify properties if the namespace needs to be created | | ||
| | [`"externalDatasets"`](#externaldatasets) | No* | `[]` | A list of other datasets' names. Each listed dataset will also be loaded if this dataset is loaded by name | | ||
| | [`"additionalMetadata"`](#additionalmetadata) | No | `{}` | Additional metadata discribing the dataset | |
Member
There was a problem hiding this comment.
Suggested change
| | [`"additionalMetadata"`](#additionalmetadata) | No | `{}` | Additional metadata discribing the dataset | | |
| | [`"additionalMetadata"`](#additionalmetadata) | No | `{}` | Additional metadata describing the dataset | |
|
|
||
| ### `"additionalMetadata"` | ||
|
|
||
| Additional metadata discribing the dataset (or data subset). For example additional information that corresponds to concepts in the dcat or prov-o ontologies. |
Member
There was a problem hiding this comment.
Suggested change
| Additional metadata discribing the dataset (or data subset). For example additional information that corresponds to concepts in the dcat or prov-o ontologies. | |
| Additional metadata describing the dataset (or data subset). For example additional information that corresponds to concepts in the dcat or prov-o ontologies. |
| | [`"subdirectory"`](#subdirectory) | Yes | N/A | The subdirectory within the dataset directory that contains the data in this data subset | | ||
| | `"skip"` | No | `false` | If set to `true` this data subset will be ignored by the data uploader | | ||
| | `"sql"` | No | N/A | If the data is being loaded into the PostgreSQL database then the query provided here is run straight after the data is loaded [:open_file_folder:](#value-by-file-name) | | ||
| | [`"additionalMetadata"`](#additionalmetadata) | No | `{}` | Additional metadata discribing the data subset | |
Member
There was a problem hiding this comment.
Suggested change
| | [`"additionalMetadata"`](#additionalmetadata) | No | `{}` | Additional metadata discribing the data subset | | |
| | [`"additionalMetadata"`](#additionalmetadata) | No | `{}` | Additional metadata describing the data subset | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added section for additional metadata in stack-data-uploader README.