...
These services are provided on a best-effort basis. Even now the services are open, it will still take time to fully populate them. In addition, some selected datasets can be accessed from EWC VMs from the EWC object storage. Please contact us, if you need an additional data which is not provided in the Data Store.
...
Option 2: Using EUMETSAT data buckets
Setting up your instance
| Info |
|---|
For data access, you will need to provision your instance on the EUMETSAT cloud (or establish a VPN connection to the EUMETSAT cloud). |
In order to mount the buckets as filesystem, you need to create the Virtual Machine instances in the Morpheus UI. You can follow the Provision a new instance - web Knowledge Base Article to get started.
This article describes how to mount EUMETSAT data buckets as FUSE mounts. The possibility to mount the buckets into as filesystem is provided to as convenience. Readers are advised to note that mounting buckets via FUSE will provide significantly worse performance than accessing the data directly from workloads, for example using python. Whenever possible, users are advised to use the buckets directly from the workloads.
Tenants having Morpheus account at EUMETSAT Morpheus, can mount the data buckets using ready workflow. This article describes how to run the workflow and how to mount the data manually. One can naturally use the same steps to any other buckets as well by modifying bucket name, service endpoint, credentials, and potentially project id.
Available EUMETSAT data buckets are listed below with the corresponding mount point in case of using ready workflow. You can get access keys for the data buckets from support.
EUMETSAT Data Buckets:
| Bucket | Mount point | Time range |
|---|---|---|
| ascat.metop-abc.level-1b.native | /eumetsatdata/ascat | 2012-10-22T11:00:00Z - 2013-04-24T08:57:00Z |
| cmsaf-cloud-type.meteosat-0-degree.level-2.netcdf-4 | /eumetsatdata/cloud | 2004-2017 |
| geo-hsr-simulation.0-degree.level-15.netcdf-4 | /eumetsatdata/geo-hsr-test-data | |
| iasi.metop-a.level-1c.native | /eumetsatdata/iasi | 2007-2020 |
| mviri.meteosat-0-degree.level-15.native | /eumetsatdata/mviri | 1981-2017 |
| nwc-saf.0-degree.level-2 | /eumetsatdata/nwcsaf | 2019-2021 |
| nwc-saf.0-degree.level-2-{year} | /eumetsatdata/nwcsaf-2022 | 2022 onwards |
| nwc-saf.0-degree.level-2-cf | /eumetsatdata/nwcsaf-cf | 2019-2020 |
| seviri.meteosat-0-degree.level-15.native | /eumetsatdata/seviri | 2020 |
| drought-and-vegetation.prototype-datacube.netcdf | /eumetsatdata/psdc |
Setting up your instance
Using the data directly from workloads
It is advisable to use the data directly from workloads (scripts / applications). Please consult e.g.
for more help.
Mounting the buckets using FUSE
| Info |
|---|
For data access, you will need to provision your instance on the EUMETSAT cloud. You can follow the Provision a new instance - web Knowledge Base Article to get started. |
Following describes how to mount EUMETSAT data buckets as FUSE mounts. The possibility to mount the buckets into as filesystem is provided to as convenience. Readers are advised to note that mounting buckets via FUSE will provide significantly worse performance than accessing the data directly from workloads, for example using python. Whenever possible, users are advised to use the buckets directly from the workloads.
Tenants having Morpheus account at EUMETSAT Morpheus, can mount the data buckets using ready workflow. This article describes how to run the workflow and how to mount the data manually. One can naturally use the same steps to any other buckets as well by modifying bucket name, service endpoint, credentials, and potentially project id.
Using the Workflow
- Go to instances and select the instance of interest
- Select Actions → Run Workflow
- Select Mount EUMETSAT databuckets from Workflow drop-down meny and click Execute. Command options are not needed.
...