You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting_started.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ APIs play a crucial role in fetching real-time and historical data required for
180
180
- Use the `aws s3 cp` command to download the data to your local machine.
181
181
182
182
5.## Accessing GFS Data from S3
183
-
The GFS data is stored in the S3 bucket `s3://ocf-open-data-pvnet/data/gfs/`. To access and work with this data, you can use Python libraries such as `xarray` and `s3fs`. These libraries allow you to directly read Zarr-formatted data from S3.
183
+
The GFS data is stored in the S3 bucket `s3://ocf-open-data-pvnet/data/gfs.zarr/`. To access and work with this data, you can use Python libraries such as `xarray` and `s3fs`. These libraries allow you to directly read Zarr-formatted data from S3.
184
184
185
185
### Prerequisites
186
186
Before accessing the data, ensure you have the following Python packages installed:
0 commit comments