资源简介
压缩包包括使用指南,curl压缩包,代码,都有了,5积分不亏的,博主找了很多资料的。
代码片段和文件信息
#--*--coding:utf-8--*--
import os
import webbrowser
import tkinter.filedialog
#工作空间
namespace=“CC“
# 文件对话框:#默认打开路径
default_dir = r“文件路径“
# 文件路径
fpname = tkinter.filedialog.askopenfilename(title=u‘选择文件‘ initialdir=(os.path.expanduser((default_dir))))
#文件名称
fname = os.path.split(fpname)[-1]
os.system(‘curl -v -u admin:geoserver -XPOST -H “Content-type: text/xml“ -d “‘+namespace+‘ “ http://localhost:8080/geoserver/rest/workspaces‘)
os.system(‘curl -u admin:geoserver -XPUT -H “Content-type:image/tiff“ --data-binary @‘+fpname+‘ http://localhost:8080/geoserver/rest/workspaces/‘+namespace+‘/coveragestores/‘+fname+‘/file.geotiff‘)
url = ‘http://192.168.1.112:8080/geoserver/‘+namespace+‘/wms?service=WMS&version=1.1.0&request=GetMap&layers=
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2121151 2018-07-29 17:35 curl-7.59.0.zip
文件 63 2018-07-29 17:37 curl使用指南.txt
文件 1029 2018-07-30 15:37 geoserver.py
文件 1027 2018-08-07 16:35 一键发布2.0.txt
文件 378 2018-08-07 16:36 自动发布2.0使用指南.txt
评论
共有 条评论