Skip to content

Commit

Permalink
remove broken collection
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Sep 26, 2024
1 parent 2e9db97 commit cacf31b
Showing 1 changed file with 0 additions and 93 deletions.
93 changes: 0 additions & 93 deletions docker/creo_layercatalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2584,99 +2584,6 @@
}
]
},
{
"id": "EEA_VEGETATION_INDICES",
"name": "EEA_VEGETATION_INDICES",
"title": "Experimental - FAPAR only Sentinel-2 derived vegetation indices (NDVI, FAPAR, PPI and LAI) at 10m resolution over European mainland. These indices are provided by the High Resolution Vegetation Phenology and Productivity service, part of the Copernicus land monitoring service.",
"experimental": true,
"license": "proprietary",
"providers": [
{
"name": "European Environment Agency",
"roles": [
"producer",
"processor"
],
"url": "https://land.copernicus.eu/pan-european/biophysical-parameters/high-resolution-vegetation-phenology-and-productivity"
}
],

"links": [
{
"rel": "alternate",
"href": "https://land.copernicus.eu/pan-european/biophysical-parameters/high-resolution-vegetation-phenology-and-productivity"
}],

"summaries": {
"constellation": ["Sentinel-2"],
"platform": [
"Sentinel-2A",
"Sentinel-2B"
],
"eo:gsd": [
10
],
"eo:bands": [
{
"name": "FAPAR",
"gsd": 10,
"scale": 0.0001,
"offset": 0,
"type": "int16",
"unit": "1"
}
]
},
"cube:dimensions": {
"x": {"type": "spatial", "axis": "x", "reference_system": {"$schema":"https://proj.org/schemas/v0.2/projjson.schema.json","type":"GeodeticCRS","name":"AUTO 42001 (Universal Transverse Mercator)","datum":{"type":"GeodeticReferenceFrame","name":"World Geodetic System 1984","ellipsoid":{"name":"WGS 84","semi_major_axis":6378137,"inverse_flattening":298.257223563}},"coordinate_system":{"subtype":"ellipsoidal","axis":[{"name":"Geodetic latitude","abbreviation":"Lat","direction":"north","unit":"degree"},{"name":"Geodetic longitude","abbreviation":"Lon","direction":"east","unit":"degree"}]},"area":"World","bbox":{"south_latitude":-90,"west_longitude":-180,"north_latitude":90,"east_longitude":180},"id":{"authority":"OGC","version":"1.3","code":"Auto42001"}}, "step": 10},
"y": {"type": "spatial", "axis": "y", "reference_system": {"$schema":"https://proj.org/schemas/v0.2/projjson.schema.json","type":"GeodeticCRS","name":"AUTO 42001 (Universal Transverse Mercator)","datum":{"type":"GeodeticReferenceFrame","name":"World Geodetic System 1984","ellipsoid":{"name":"WGS 84","semi_major_axis":6378137,"inverse_flattening":298.257223563}},"coordinate_system":{"subtype":"ellipsoidal","axis":[{"name":"Geodetic latitude","abbreviation":"Lat","direction":"north","unit":"degree"},{"name":"Geodetic longitude","abbreviation":"Lon","direction":"east","unit":"degree"}]},"area":"World","bbox":{"south_latitude":-90,"west_longitude":-180,"north_latitude":90,"east_longitude":180},"id":{"authority":"OGC","version":"1.3","code":"Auto42001"}}, "step": 10},
"t": {"type": "temporal"},
"bands": {
"type": "bands",
"values": [
"FAPAR"
]
}
},
"_vito": {
"data_source": {
"type": "file-s2",
"opensearch_collection_id": "copernicus_r_utm-wgs84_10_m_hrvpp-vi_p_2017-now_v01",
"opensearch_endpoint": "https://phenology.hrvpp2.vgt.vito.be",
"root_path": "/eodata"
},
"properties": {
"accessedFrom": {
"process_graph": {
"asc": {
"process_id": "eq",
"arguments": {
"x": {
"from_parameter": "value"
},
"y": "S3"
},
"result": true
}
}
},
"productType": {
"process_graph": {
"asc": {
"process_id": "eq",
"arguments": {
"x": {
"from_parameter": "value"
},
"y": "FAPAR"
},
"result": true
}
}
}
}
}
},
{
"id": "SENTINEL3_SYN_L2_SYN",
"title": "Daily global Sentinel-3 Synergy products at 300m resolution combining OCLI and SLSTR bands.",
Expand Down

0 comments on commit cacf31b

Please sign in to comment.