Skip to content

Commit 283a5bb

Browse files
committed
fix project name
1 parent 4d9a62b commit 283a5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorials/time_series/time_series_management_and_visualization.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ import grass.jupyter as gj
103103
Now we are ready to start a GRASS session in the downloaded project:
104104

105105
```{python}
106-
path_to_project = "eu_laea/italy_LST_daily"
106+
path_to_project = "italy_eu_laea/italy_LST_daily"
107107
108108
# Start the GRASS Session
109109
session = gj.init(path_to_project)

0 commit comments

Comments
 (0)