Skip to content

Commit 6f41179

Browse files
committed
latest version
1 parent 00f76bc commit 6f41179

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

RESULTS/OND_mpadf.ipynb

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"name": "stderr",
108108
"output_type": "stream",
109109
"text": [
110-
"/tmp/ipykernel_1388781/2382517456.py:28: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
110+
"/tmp/ipykernel_1300336/2382517456.py:28: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
111111
"\n",
112112
" centroids = MPA_gdf.geometry.centroid\n"
113113
]
@@ -180,7 +180,7 @@
180180
"name": "stderr",
181181
"output_type": "stream",
182182
"text": [
183-
"/tmp/ipykernel_1388781/2745063062.py:8: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
183+
"/tmp/ipykernel_1300336/2745063062.py:8: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
184184
"\n",
185185
" mpa_centroids = mpa_df_OND.geometry.centroid\n"
186186
]
@@ -526,15 +526,15 @@
526526
},
527527
{
528528
"cell_type": "code",
529-
"execution_count": 6,
529+
"execution_count": 4,
530530
"id": "c1b48f57",
531531
"metadata": {},
532532
"outputs": [
533533
{
534534
"name": "stderr",
535535
"output_type": "stream",
536536
"text": [
537-
"/tmp/ipykernel_1388781/1268887629.py:5: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
537+
"/tmp/ipykernel_1300336/1268887629.py:5: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
538538
"\n",
539539
" mpa_centroids = mpa_df_OND.geometry.centroid\n"
540540
]
@@ -659,7 +659,7 @@
659659
},
660660
{
661661
"cell_type": "code",
662-
"execution_count": 8,
662+
"execution_count": 5,
663663
"id": "dc507f91",
664664
"metadata": {},
665665
"outputs": [
@@ -738,7 +738,7 @@
738738
},
739739
{
740740
"cell_type": "code",
741-
"execution_count": 9,
741+
"execution_count": 6,
742742
"id": "771aa11d",
743743
"metadata": {},
744744
"outputs": [
@@ -764,7 +764,7 @@
764764
},
765765
{
766766
"cell_type": "code",
767-
"execution_count": 10,
767+
"execution_count": 7,
768768
"id": "9b7ed61c",
769769
"metadata": {},
770770
"outputs": [
@@ -800,15 +800,15 @@
800800
},
801801
{
802802
"cell_type": "code",
803-
"execution_count": 11,
803+
"execution_count": 8,
804804
"id": "8952c0ce",
805805
"metadata": {},
806806
"outputs": [
807807
{
808808
"name": "stderr",
809809
"output_type": "stream",
810810
"text": [
811-
"/tmp/ipykernel_1388781/3299826575.py:3: FutureWarning: The behavior of DataFrame.idxmax with all-NA values, or any-NA and skipna=False, is deprecated. In a future version this will raise ValueError\n",
811+
"/tmp/ipykernel_1300336/3299826575.py:3: FutureWarning: The behavior of DataFrame.idxmax with all-NA values, or any-NA and skipna=False, is deprecated. In a future version this will raise ValueError\n",
812812
" ].idxmax(axis=1)\n"
813813
]
814814
}
@@ -901,7 +901,7 @@
901901
},
902902
{
903903
"cell_type": "code",
904-
"execution_count": 13,
904+
"execution_count": 9,
905905
"id": "539ebc83",
906906
"metadata": {},
907907
"outputs": [
@@ -928,21 +928,21 @@
928928
},
929929
{
930930
"cell_type": "code",
931-
"execution_count": 14,
931+
"execution_count": 10,
932932
"id": "d45ef39f",
933933
"metadata": {},
934934
"outputs": [
935935
{
936936
"name": "stderr",
937937
"output_type": "stream",
938938
"text": [
939-
"/tmp/ipykernel_1388781/3832957269.py:37: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
939+
"/tmp/ipykernel_1300336/3832957269.py:37: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
940940
"\n",
941941
" mpa_extreme_points_99['geometry'] = mpa_extreme_points_99.geometry.centroid\n",
942-
"/tmp/ipykernel_1388781/3832957269.py:40: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
942+
"/tmp/ipykernel_1300336/3832957269.py:40: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
943943
"\n",
944944
" mpa_extreme_points_1['geometry'] = mpa_extreme_points_1.geometry.centroid\n",
945-
"/tmp/ipykernel_1388781/3832957269.py:42: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
945+
"/tmp/ipykernel_1300336/3832957269.py:42: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
946946
"\n",
947947
" mpa_max_hotspot_points['geometry'] = mpa_max_hotspot_points.geometry.centroid\n"
948948
]
@@ -1084,7 +1084,7 @@
10841084
},
10851085
{
10861086
"cell_type": "code",
1087-
"execution_count": 15,
1087+
"execution_count": 11,
10881088
"id": "0d5f8e11",
10891089
"metadata": {},
10901090
"outputs": [
@@ -1197,21 +1197,21 @@
11971197
},
11981198
{
11991199
"cell_type": "code",
1200-
"execution_count": 26,
1200+
"execution_count": 12,
12011201
"id": "43372874",
12021202
"metadata": {},
12031203
"outputs": [
12041204
{
12051205
"name": "stderr",
12061206
"output_type": "stream",
12071207
"text": [
1208-
"/tmp/ipykernel_1369444/1496708210.py:36: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
1208+
"/tmp/ipykernel_1300336/1496708210.py:36: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
12091209
"\n",
12101210
" mpa_extreme_points_99['geometry'] = mpa_extreme_points_99.geometry.centroid\n",
1211-
"/tmp/ipykernel_1369444/1496708210.py:39: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
1211+
"/tmp/ipykernel_1300336/1496708210.py:39: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
12121212
"\n",
12131213
" mpa_extreme_points_1['geometry'] = mpa_extreme_points_1.geometry.centroid\n",
1214-
"/tmp/ipykernel_1369444/1496708210.py:42: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
1214+
"/tmp/ipykernel_1300336/1496708210.py:42: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
12151215
"\n",
12161216
" mpa_max_hotspot_points['geometry'] = mpa_max_hotspot_points.geometry.centroid\n"
12171217
]

0 commit comments

Comments
 (0)