def test_convert_poly(self):
gps = jobs.detect_exif_gps(self.file_path_gps)
gps_poly = jobs.make_poly(gps[0], gps[1], 0.00001)
nt.assert_is_not_none(gps_poly)
nt.assert_true(gps_poly.startswith('POLYGON('))
评论列表
文章目录