- What is CREODIAS?
- Computing & Cloud
- Data & Processing
- Pricing Plans
- Fight with COVID-19
- Examples of usage
- Processing Sentinel-5P data using HARP and Python
- EO Data Access (R)evolution
- Land cover classification using remote sensing and AI/ML technology
- AI-based satellite image enhancer and mosaicking tools
- Monitoring air pollution using Sentinel-5P data
- Species classification of forests
- Enabling AI / ML workflows with CREODIAS vGPUs
- Satellite remote sensing analyses of the forest
- Satellite-based Urban Heat Island Mapping on CREODIAS
- Old but gold - historical EO data immediately available and widely used on CREODIAS
- CREODIAS for emergency fire management
- AgroTech project as an example of how CREODIAS can be used for food and environmental research
- Monitoring Air Quality of Germany in Pre vs During COVID Lockdown Period
- EO4UA
- Common Agricultural Policy monitoring with Earth Observation
- Applications of CREODIAS data
- Meteorological data usage on the CREODIAS platform
- Building added value under Horizon Europe with CREODIAS
- CREODIAS: Introduction to SAR Sentinel-1 data
- Land subsidence and landslides monitoring based on satellite data
- Satellite imagery in support of the Common Agriculture Policy (CAP) and crop statistics
- Useful tools for data processing, available on CREODIAS platform
- CREODIAS for hydrological drought modelling
- CREODIAS for managing Urban Heat Islands
- CREODIAS for Digitising Green Spaces
- CREODIAS for Air Quality
- Advanced data processors on CREODIAS
- CREODIAS for your application
- Solutions for agriculture with CREODIAS
- Earth Observation data for Emergency response
- Security Applications with Satellite Data
- Climate Monitoring with Satellite Data
- Water Analysis on CREODIAS
- CREODIAS for land and agriculture monitoring
- Solutions for atmospheric analysis
- Example of tool usage
- Processing EO Data and Serving www services
- Processing and Storing EO
- Embedding OGC WMS Services into Your website
- GPU Use Case
- Using the EO Browser
- EO Data Finder API Manual
- Use of SNAP and QGIS on a CREODIAS Virtual Machine
- Use of WMS Configurator
- DNS as a Service - user documentation
- Use of Sinergise Sentinel Hub on the CREODIAS EO Data Hub
- Load Balancer as a Service
- Jupyter Hub
- Use of CREODIAS Finder for ordering data
- ESRI ArcGIS on CREODIAS
- Use of CEMS data through CREODIAS
- Searching, processing and analysis of Sentinel-5P data on CREODIAS
- ASAR data available on CREODIAS
- Satellite remote sensing analyses of the forest
- EO Data Catalogue API Manual
- Public Reporting Dashboards
- Sentinel Hub Documentation
- Legal Matters
- FAQ
- News
- Partner Services
- About Us
- Forum
- Knowledgebase
ALL
How to generate ec2 credentials?
Before you attempt to perform the CLI operations, please assure that the necessary dependencies have been installed:
- Python-openstackclient FAQ
- (Strongly recommended) Virtualenv FAQ
EC2 are being used in getting access to the private bucket.
Users are able to generate ec2 credentials on their own by following those steps:
Log in to the Horizon Panel and click on the API Access in the Project branch.
Click on the Download Openstack RC File:
Choose the latest version 3 (Identity API v3):
Save your file on the hard disk and open your Terminal.
Type in commands presented below.
Virtual environment called "openstack" has been created for the FAQ purposes and consists of python-openstackclient packages.
user@station:~$ workon openstack (openstack) user@station:~$ source cloud_02722\ project_with_eo-openrc.sh Please enter your OpenStack Password for project cloud_02722 project_with_eo as user john.doe@cloudferro.com: (openstack) user@station:~$ openstack ec2 credentials create
Output: +------------+-------------------------------------+ | Field | Value | +------------+-------------------------------------+ +--------------------------------------------------+ | access | [access key] | | links | [link] | | project_id | db39778a89b242f0a8ba818eaf4f3329 | | secret | [secret key] | | trust_id | None | | user_id | 121fa8dadf084e2fba46b00850aeb7aa | +------------+-------------------------------------+ |
Save access and secret key value.
In the case of failure, you may grant access to your credential record by typing in command:
(openstack) user@station:~$ openstack ec2 credentials list +----------------------------------+----------------------------------+ | Access | Secret | +----------------------------------+----------------------------------+ | [access key] | [secret key] | +----------------------------------+----------------------------------+