2016-08-01から1ヶ月間の記事一覧

指定した面積になるように 座標を計算する。 def trans_area(pp, po, target, niter=30, ratio=0.1): """ Calculate positions which area close to a target. pp: list of x,y po: list of polygon(indexes) target: list of target area niter: number of …