Table of Contents |
---|
Introduction
The ewccli
...
–European Weather Cloud Command Line Interface
...
The ewccli , is a command-line tool for interacting with the European Weather Cloud (EWC).
It is published on PyPI and provides convenient commands for managing resources such as hubs, storage, and deployments.
Installation
We recommend installing ewccli
inside a Python virtual environment. Create and activate a virtual environment:
...
Verify installation:
Code Block |
---|
$ ewc |
...
Getting Started
Once installed, you can start exploring EWC features. Here are some common commands:
1. List available hubs
Code Block |
---|
$ ewc hub list |
2. Login
Code Block |
---|
$ ewc login |
It will guide you through all steps and inputs needed.
3. Deploy an item from the hub
After checking which items can be deployed, you can start to deploy one, for example Pytroll Community Hub Item:
...
View file | ||||
---|---|---|---|---|
|