File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 matrix :
2323 python : ["3.9", "3.10", "3.11", "3.12"]
24- CARBONPLAN_DATA : [
25- # 'https://carbonplan.blob.core.windows.net/carbonplan-data',
26- " gs://carbonplan-data" ,
27- ]
24+ CARBONPLAN_DATA : ["gs://carbonplan-data"]
2825 steps :
2926 - uses : actions/checkout@v4
3027 - name : Install Conda environment from environment.yml
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ python -m pip install carbonplan[data]
2626## usage
2727
2828The CarbonPlan data archives are currently mirrored on Google Cloud Storage (US-Central) and
29- Microsoft Azure (US-West ). Set the ` CARBONPLAN_DATA ` environment variable before using the
29+ AWS (us-west-2 ). Set the ` CARBONPLAN_DATA ` environment variable before using the
3030Intake catalog below:
3131
3232``` shell
3333# google (us-central)
3434export CARBONPLAN_DATA=" https://storage.googleapis.com/carbonplan-data"
3535# or
36- # azure (us-west)
37- export CARBONPLAN_DATA=" https://carbonplan.blob.core.windows.net/carbonplan-data "
36+ # s3 (us-west-2 )
37+ export CARBONPLAN_DATA=" https://carbonplan-data.s3.us-west-2.amazonaws.com "
3838```
3939
4040``` python
Original file line number Diff line number Diff line change 1818MASTER_CATALOG_PATH = str (CATALOG_DIR_PATH .parent / "catalogs/master.yaml" )
1919KNOWN_DATA_LOCATIONS = [
2020 "https://storage.googleapis.com/carbonplan-data" ,
21- "https://carbonplan.blob.core.windows.net/carbonplan-data " ,
21+ "https://carbonplan-data.s3.us-west-2.amazonaws.com " ,
2222]
2323
2424# open master catalog
You can’t perform that action at this time.
0 commit comments