We require a data description document. This description shall describe the data which is stored on the MCS. It is required for each sensor URN which has data stored. The complexity of such a data description depends on the complexity of your data. The data description document shall be uploaded to your sensor in sensor.awi.de, e.g. as a pdf file. Please use the resources tab and use “Data Description” as document type. We require this to prepare the raw data publication in PANGAEA for your proofread, to ensure all the data and metadata, including the authorship and contact information is correct. We will not publish your data open access without prior contacting you. As a default, the open access publication date is 2023-01-01. You can instruct us to release the data earlier.
What is it used for? We use this data description to create an Ingest template. Your descriptions are used to create Regular Expressions to match your files in your directories. We appreciate you to provide us with such regex repressions directly in your data description if your are familiar with them. Your data description is translated into such a template: "_ingest": {
"_sourceRegex": ".*(?P<campaign>PS[0-9]{2,3})",
"_columns": [
{
"regex": "^((Screenshots|screenshots))\\/.*\\.((JPG|jpg|PNG|png))",
"column": "Binary Object []",
"comment": "Screenshots",
"description": ""
},
{
"regex": "^PHF_ASD_[1-2][0-9][0-9][0-9][0-1][0-9][0-3][0-9].*\\/HS3PHF_(?P<year>[1-2][0-9][0-9][0-9])-(?P<month>[0-1][0-9])-(?P<day>[0-3][0-9])T(?P<hour>[0-2][0-9])(?P<minute>[0-5][0-9])(?P<second>[0-5][0-9]).*Z_[0-9]*\\.asd",
"column": "Binary Object []",
"comment": "PHF_ASD files",
"description": ""
},
{
"regex": "^PHS_ASD_[1-2][0-9][0-9][0-9][0-1][0-9][0-3][0-9].*\\/HS3PHS_(?P<year>[1-2][0-9][0-9][0-9])-(?P<month>[0-1][0-9])-(?P<day>[0-3][0-9])T(?P<hour>[0-2][0-9])(?P<minute>[0-5][0-9])(?P<second>[0-5][0-9]).*Z_[0-9]*\\.asd",
"column": "Binary Object []",
"comment": "PHS_ASD files",
"description": ""
},
{
"regex": "^S7K_[1-2][0-9][0-9][0-9][0-1][0-9][0-3][0-9].*\\/(?P<year>[1-2][0-9][0-9][0-9])(?P<month>[0-1][0-9])(?P<day>[0-3][0-9])_(?P<hour>[0-2][0-9])(?P<minute>[0-5][0-9])(?P<second>[0-5][0-9])_.*\\.((s7k|S7K))$",
"column": "Binary Object []",
"comment": "RESON-S7K files",
"description": ""
}
]
}