摘要: ----------------------------------------------------------------------------------import sys, osimport httplib, urllib, urllib2import urlparseimport jsonimport tracebackimport time#baseUrl = 'https://... 阅读全文
posted @ 2019-08-29 14:47 ParamousGIS 阅读(1722) 评论(2) 推荐(0) 编辑
摘要: ----------------------------------import arcpyfrom base64 import encodestringusername = 'xxx'password = 'xxx'authorizationStr = encodestring('%s:%s' % (username, password))[:-1]print('Basic %s' % auth... 阅读全文
posted @ 2019-08-29 14:36 ParamousGIS 阅读(631) 评论(0) 推荐(0) 编辑