Skip to content

Commit bf7897f

Browse files
authored
Rename mrms importer
it'll make sense once #154 is merged
1 parent ce65c1a commit bf7897f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/my_first_nowcast.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"\n",
239239
"- `fn_ext`: 'grib2' -- The file extension\n",
240240
"- `fn_pattern`: 'PrecipRate_00.00_%Y%m%d-%H%M%S' -- The file naming convention of the MRMS data.\n",
241-
"- `importer`: 'mrms' -- The used importer, which is for the MRMS data.\n",
241+
"- `importer`: 'mrms_grib' -- The name of the importer for the MRMS data.\n",
242242
"- `importer_kwargs`: {} -- Extra options provided to the importer. None in this example.\n",
243243
"- `path_fmt`: '%Y/%m/%d' -- The folder structure in which the files are stored. Here, year/month/day/filename.\n",
244244
"- `root_path`: '/content/pysteps_data/mrms' -- The root path of the MRMS-data.\n",

0 commit comments

Comments
 (0)