Folder Structure
s3://gs-catalog-csv/
├── aeso_daily_average_pool_price/
│ ├── aeso_daily_average_pool_price_manifest.json
│ ├── year=2000/
│ │ ├── month=01/
│ │ │ ├── 2000-01-01.csv.gz
│ │ │ ├── 2000-01-02.csv.gz
│ │ │ └── ...
│ │ ├── month=02/
│ │ └── ...
│ ├── year=2001/
│ └── ...
├── caiso_lmp_day_ahead_hourly/
│ ├── caiso_lmp_day_ahead_hourly_manifest.json
│ ├── year=2019/
│ └── ...
└── ... (hundreds of datasets)Manifest example
Last updated
Was this helpful?

