anaprietonem
commited on
Commit
•
61aa6e6
1
Parent(s):
56aecad
Update README.md
Browse files
README.md
CHANGED
@@ -98,6 +98,7 @@ Below you can find an example to read that file and load it as numpy array or xa
|
|
98 |
import earthkit.data as ekd
|
99 |
import cartopy.crs as ccrs
|
100 |
import numpy as np
|
|
|
101 |
|
102 |
source_filename='anemoi.grib'
|
103 |
aifs_forecast = ekd.from_source('file',source_filename)
|
|
|
98 |
import earthkit.data as ekd
|
99 |
import cartopy.crs as ccrs
|
100 |
import numpy as np
|
101 |
+
from plotting_utils import map_scatter
|
102 |
|
103 |
source_filename='anemoi.grib'
|
104 |
aifs_forecast = ekd.from_source('file',source_filename)
|