扰扰博客

摘要: 创建点的代码: # _*_ coding: utf-8 _*_ __author__ = 'xbr' __date__ = '2018/11/4 23:17' from osgeo import ogr import matplotlib.pyplot as plt from ospybook.ve 阅读全文
posted @ 2020-07-16 16:41 扰扰 阅读(2938) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- from osgeo import ogr import gdal import sys import os def ChangeToJson(vector, output): print("Starting........") #打开矢量图层 gda 阅读全文
posted @ 2020-07-16 16:39 扰扰 阅读(789) 评论(0) 推荐(0)