if (FALSE) {
# Basic setup without credentials (manual Python package installation required)
setup_copernicus()
# Setup with credentials
setup_copernicus(username = "your_username", password = "your_password")
# Setup reading from environment variables
setup_copernicus() # Will look for COPERNICUS_USERNAME and COPERNICUS_PASSWORD
# Setup and store credentials for session
setup_copernicus(username = "user", password = "pass", store_credentials = TRUE)
}
Run the code above in your browser using DataLab