Skip to content

Commit

Permalink
Update Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanAmr3 committed Mar 18, 2024
1 parent 3f01a45 commit 680edc2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/examples/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@
"shapefile_file_path = 'shapefile/gaul1_asap.shp'\n",
"selected_countries = [\"Norway\", \"Spain\"]\t\n",
"country_column_name = 'adm0_name'\n",
"invalid_values = [255, 254, 251] \n",
"\n",
"fpar_aggregator = EarthStat(predictor_name)"
"invalid_values = [255, 254, 251] "
]
},
{
Expand All @@ -97,6 +95,16 @@
"> **Caution:** An increase in ROI size may lead to system crashes for normal processing due to insuffienct RAM size."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "23ff15df",
"metadata": {},
"outputs": [],
"source": [
"fpar_aggregator = EarthStat(predictor_name)"
]
},
{
"cell_type": "markdown",
"id": "13ccec35-1561-4235-b854-c08b4e780fc4",
Expand Down

0 comments on commit 680edc2

Please sign in to comment.