Skip to content

Commit

Permalink
Merge pull request #69 from giswqs:typo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572611417
  • Loading branch information
Xee authors committed Oct 11, 2023
2 parents ac5b179 + c023cbb commit 8e7cd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ds = xarray.open_dataset(ic, engine='ee', crs='EPSG:4326', scale=0.25)
Open an ImageCollection with a specific EE projection or geometry:

```python
ic = ee.ImageCollection('ee://ECMWF/ERA5_LAND/HOURLY').filterDate('1992-10-05', '1993-03-31')
ic = ee.ImageCollection('ECMWF/ERA5_LAND/HOURLY').filterDate('1992-10-05', '1993-03-31')
leg1 = ee.Geometry.Rectangle(113.33, -43.63, 153.56, -10.66)
ds = xarray.open_dataset(
ic,
Expand Down

0 comments on commit 8e7cd85

Please sign in to comment.