摘要: 项目中用到的模块 API # 模块: import pandas as pd import numpy as np from scipy.optimize import curve_fit numpy np.array 创建ndarray np.polyfit 根据传入的x数组和y数组,及阶数,拟合 阅读全文
posted @ 2022-08-26 16:17 明月照江江 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 计算2个几何相交结果时候,报错了: val geometry = polygon.intersection(lineString) 日志如下 org.locationtech.jts.geom.TopologyException: found non-noded intersection betwe 阅读全文
posted @ 2022-08-26 16:02 明月照江江 阅读(500) 评论(0) 推荐(0) 编辑