Raw Data Access
COSMOS raw data is stored on AWS S3 in Frankfurt
The authentication system for raw data access on AWS S3 is independent of the COSMOS service authentication!
Authentication
The authentication system for raw data access on AWS S3 is independent of the COSMOS service authentication! The download of raw data can be done from within a browser or programmatically. Only folders a respective user has granted access to can be accessed.
The AWS S3 credentials contain a selection of:
Username
Password
Access key ID
Secret access key
Account ID
Browser Access
To access data in a browser, the specific folder link a respective user has granted access to needs to be provided by ExoLabs. To successfully login, the IAM User Account ID, IAM Username and the password are needed.
Programmatic Access
AWS provides tools for S3 access, mainly boto3 for Python and the AWS Command Line Interface (CLI). AWS CLI needs to be configured before usage.
AWS CLI
AWS BOTO3
Descriptions for the available data can be found here:
Raw Data ListingLast updated