Skip to content

Commit 810049f

Browse files
committed
update readme
1 parent af826a5 commit 810049f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ fig.savefig('share/png/eddies.png')
178178

179179
Save identification datas
180180
```python
181-
with Dataset(date.strftime('Anticyclonic_%Y%m%d.nc'), 'w') as h:
181+
with Dataset(date.strftime('share/Anticyclonic_%Y%m%d.nc'), 'w') as h:
182182
a.to_netcdf(h)
183-
with Dataset(date.strftime('Cyclonic_%Y%m%d.nc'), 'w') as h:
183+
with Dataset(date.strftime('share/Cyclonic_%Y%m%d.nc'), 'w') as h:
184184
c.to_netcdf(h)
185185
```

share/Anticyclonic_20190223.nc

1.08 MB
Binary file not shown.

share/Cyclonic_20190223.nc

1.12 MB
Binary file not shown.

0 commit comments

Comments
 (0)