end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

2022-10-08から1日間の記事一覧

shapely for python で、polygonをmesh化後、中心線を算出

# coding: utf-8 import numpy as np import matplotlib.pyplot as plt from matplotlib.path import Path from matplotlib.patches import PathPatch from matplotlib.collections import PatchCollection from matplotlib.lines import Line2D # cf. https…

hands-on shapely for python

https://shapely.readthedocs.io/en/stable/manual.html 上記の readthedocs の中から、いくつかを実装 # coding: utf-8 import numpy as np import matplotlib.pyplot as plt from matplotlib.path import Path from matplotlib.patches import PathPatch f…