09 2022 档案
摘要:+ + + |objectid| $geometry| + + + | 5|[106.366970696000...| + + + print(df1.toJSON().collect()) print(df1.toJSON().map(lambda str_json: json.loads(str
阅读全文
摘要:#使用http代理 git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 #使用socks5代理 git config --global
阅读全文
摘要:arcpy 获取shp要素数量 import arcpy arcpy.env.workspace="E:\data\china-latest-free.shp" dss1=arcpy.ListFeatureClasses( ) for l in dss1: result = arcpy.GetCou
阅读全文