回答編集履歴

2

typo修正

2021/02/27 01:40

投稿

etherbeg
etherbeg

スコア1195

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  >>> yoshi_2019['geometry'][0].geom_type
12
12
 
13
- Poligon
13
+ Polygon
14
14
 
15
15
  ```
16
16
 

1

コードを追加

2021/02/27 01:40

投稿

etherbeg
etherbeg

スコア1195

test CHANGED
@@ -7,6 +7,10 @@
7
7
  >>> yoshi_2019['geometry'][0]
8
8
 
9
9
  <shapely.geometry.polygon.Polygon object at 0x7fc870d37950>
10
+
11
+ >>> yoshi_2019['geometry'][0].geom_type
12
+
13
+ Poligon
10
14
 
11
15
  ```
12
16