f94ad370e3
* Safely serialize configuration JSON Co-Authored-By: Tom Kralidis <tomkralidis@gmail.com> * Revert "Safely serialize configuration JSON" This reverts commit 36feb067ee6f87e61955852dc48994f075806370. * Add test for datetime with Admin API * Safely serialize configuration JSON --------- Co-authored-by: Tom Kralidis <tomkralidis@gmail.com>
52 lines
995 B
JSON
52 lines
995 B
JSON
{
|
|
"data2": {
|
|
"type": "stac-collection",
|
|
"title": {
|
|
"en": "Data assets"
|
|
},
|
|
"description": {
|
|
"en": "Data assets"
|
|
},
|
|
"keywords": {
|
|
"en": [
|
|
"wmo",
|
|
"wis 2.0",
|
|
"bufr",
|
|
"observations"
|
|
]
|
|
},
|
|
"links": [
|
|
{
|
|
"type": "text/html",
|
|
"rel": "canonical",
|
|
"title": "information",
|
|
"href": "https://example.org"
|
|
}
|
|
],
|
|
"extents": {
|
|
"spatial": {
|
|
"bbox": [
|
|
-180,
|
|
-90,
|
|
180,
|
|
90
|
|
],
|
|
"crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
|
|
},
|
|
"temporal": {
|
|
"begin": "2018-02-14T11:11:11Z"
|
|
}
|
|
},
|
|
"providers": [
|
|
{
|
|
"type": "stac",
|
|
"name": "FileSystem",
|
|
"data": "/data/wis2box/data",
|
|
"file_types": [
|
|
".bufr4"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|