Skip to content

Commit

Permalink
Merge pull request #140 from FAIRiCUBE/stac-dist-lgn-lgn-json
Browse files Browse the repository at this point in the history
Update stac_dist/LGN/LGN.json (test)
  • Loading branch information
baloola authored Mar 4, 2024
2 parents 54b40d9 + f012782 commit 834ac45
Showing 1 changed file with 136 additions and 0 deletions.
136 changes: 136 additions & 0 deletions stac_dist/LGN/LGN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
{
"type": "Feature",
"stac_version": "2.2.0",
"id": "LGN",
"properties": {
"description": "test description of rasdaman request",
"providers": [],
"dataSource": "",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
0,
280000
],
"reference_system": "28992",
"type": "spatial",
"unit_of_measure": "meter",
"step": "5"
},
"y": {
"axis": "y",
"extent": [
300000,
625000
],
"reference_system": "4326",
"type": "spatial",
"step": "-5"
},
"time": {
"extent": [],
"type": "temporal",
"values": [
"2012-01-01T00:00Z",
"2018-01-01T00:00Z",
"2019-01-01T00:00Z",
"2020-01-01T00:00Z",
"2021-01-01T00:00Z",
"2022-01-01T00:00Z"
],
"step": ""
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
}
},
"datetime": null,
"raster:bands": [
{
"name": "Gray",
"unit": "10^0",
"data_type": "other",
"nodata": 0,
"definition": "http://www.opengis.net/def/dataType/OGC/0/unsignedByte"
}
],
"title": "LGN test",
"platform": "rasdaman"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
3.0464264025399874,
50.66919756175071
],
[
3.0464264025399874,
53.59620050977796
],
[
7.275203768012878,
53.59620050977796
],
[
7.275203768012878,
50.66919756175071
]
]
},
"links": [
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json",
"title": "data-access catalog"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "data-access catalog"
},
{
"href": "https://fairicube.rasdaman.com/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=LGN&outputType=GeneralGridCoverage",
"rel": "about",
"type": "text/xml",
"title": "Link to the coverage description in XML"
},
{
"href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=LGN",
"rel": "service",
"type": "text/html",
"title": "Link to the web application to Access, process gridded data"
}
],
"assets": {
"data": {
"href": "https://fairicube.rasdaman.com/rasdaman/ows?SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&COVERAGEID=LGN&FORMAT=application/netcdf",
"roles": [
"data"
]
},
"thumbnail": {
"href": "https://fairicube.rasdaman.com/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=LGN&bbox=50.66919756175071,3.0464264025399874,53.59620050977796,7.275203768012878&time=\"2012-01-01T00:00Z\"&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=",
"roles": [
"thumbnail"
]
}
},
"bbox": [
3.0464264025399874,
50.66919756175071,
7.275203768012878,
53.59620050977796
],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
]
}

0 comments on commit 834ac45

Please sign in to comment.