Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63,296 changes: 14 additions & 63,282 deletions examples/ anchor_settelment.ipynb

Large diffs are not rendered by default.

477 changes: 197 additions & 280 deletions examples/aglomeration.ipynb

Large diffs are not rendered by default.

1,351 changes: 0 additions & 1,351 deletions examples/engineer.ipynb

Large diffs are not rendered by default.

2,588 changes: 2,588 additions & 0 deletions examples/spatial_inequality.ipynb

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions examples/pipeline.ipynb → examples/territory_evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -35,7 +35,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -190,7 +190,7 @@
"[2930 rows x 5 columns]"
]
},
"execution_count": 9,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -203,7 +203,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -238,39 +238,39 @@
" <tr>\n",
" <th>0</th>\n",
" <td>Polycentric</td>\n",
" <td>Тосно, Мурино, Новое Девяткино, Всеволожск, От...</td>\n",
" <td>Всеволожск, Коммунар, Новое Девяткино, Тосно, ...</td>\n",
" <td>1116875</td>\n",
" <td>4</td>\n",
" <td>POLYGON ((310261.047 6587674.368, 310046.437 6...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>Polycentric</td>\n",
" <td>Выборг, Светогорск</td>\n",
" <td>Светогорск, Выборг</td>\n",
" <td>129217</td>\n",
" <td>1</td>\n",
" <td>POLYGON ((264064.801 6702843.886, 263672.547 6...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>Polycentric</td>\n",
" <td>Тихвин, Бокситогорск, Пикалево</td>\n",
" <td>Пикалево, Бокситогорск, Тихвин</td>\n",
" <td>105381</td>\n",
" <td>1</td>\n",
" <td>POLYGON ((535225.286 6582852.229, 535504.813 6...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>Polycentric</td>\n",
" <td>Волхов, Кириши</td>\n",
" <td>Кириши, Волхов</td>\n",
" <td>102494</td>\n",
" <td>1</td>\n",
" <td>POLYGON ((421196.961 6582742.806, 421196.513 6...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>Polycentric</td>\n",
" <td>Кингисепп, Сланцы</td>\n",
" <td>Сланцы, Кингисепп</td>\n",
" <td>115479</td>\n",
" <td>1</td>\n",
" <td>POLYGON ((206722.793 6553056.587, 206615.98 65...</td>\n",
Expand Down Expand Up @@ -305,11 +305,11 @@
],
"text/plain": [
" type core_cities population \\\n",
"0 Polycentric Тосно, Мурино, Новое Девяткино, Всеволожск, От... 1116875 \n",
"1 Polycentric Выборг, Светогорск 129217 \n",
"2 Polycentric Тихвин, Бокситогорск, Пикалево 105381 \n",
"3 Polycentric Волхов, Кириши 102494 \n",
"4 Polycentric Кингисепп, Сланцы 115479 \n",
"0 Polycentric Всеволожск, Коммунар, Новое Девяткино, Тосно, ... 1116875 \n",
"1 Polycentric Светогорск, Выборг 129217 \n",
"2 Polycentric Пикалево, Бокситогорск, Тихвин 105381 \n",
"3 Polycentric Кириши, Волхов 102494 \n",
"4 Polycentric Сланцы, Кингисепп 115479 \n",
"5 Monocentric Луга 58784 \n",
"6 Polycentric Подпорожье, Лодейное Поле 44609 \n",
"7 Monocentric Приозерск 30441 \n",
Expand All @@ -325,7 +325,7 @@
"7 1 POLYGON ((337963.013 6743785.69, 337736.871 67... "
]
},
"execution_count": 10,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -341,7 +341,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -354,7 +354,7 @@
" 'interpretation': 'Территория имеет хорошие показатели численности и плотности населения, что способствует ее активному развитию.'}]"
]
},
"execution_count": 11,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -396,7 +396,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand All @@ -410,7 +410,7 @@
" 'closest_settlement2': None}]"
]
},
"execution_count": 12,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
Loading
Loading