-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 786 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Environment variables for Satellite Data Acquisition
# Copy this file to .env and update with your values
# API Endpoints (defaults provided, override if needed)
SAT_DATA_E84_API=https://earth-search.aws.element84.com/v1
SAT_DATA_MPC_API=https://planetarycomputer.microsoft.com/api/stac/v1
SAT_DATA_LANDSAT_API=https://planetarycomputer.microsoft.com/api/stac/v1
# Paths
SAT_DATA_LOG_PATH=data/log
SAT_DATA_OUTPUT_PATH=data/images
# S3 Configuration (optional - for cloud storage)
# Configure these if you want to use S3 uploads
# SAT_DATA_S3_BUCKET=my-satellite-data
# SAT_DATA_S3_PATH=sat-data-acquisition
# AWS credentials (if not using aws configure or instance roles)
# AWS_ACCESS_KEY_ID=your_access_key
# AWS_SECRET_ACCESS_KEY=your_secret_key
# AWS_DEFAULT_REGION=us-west-2