-
Notifications
You must be signed in to change notification settings - Fork 3
/
PlanetSasha.py
398 lines (291 loc) · 10.3 KB
/
PlanetSasha.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
#!/usr/bin/env python
import sys
import os
import subprocess
import string
import socket
import tempfile
import pygame
import time
from pysqlite2 import dbapi2 as sqlite3
from PyQt4.QtCore import *
from PyQt4.QtGui import *
#from guix import GuiWidget
#from msgworntcp import worntcp
try:
ossimlib=os.environ['PYOSSIM_DIR']
except KeyError:
print 'PyOSSIM python bindings not found. contact PlanetSasha developers'
print 'https://github.com/epifanio/planetsasha'
print 'Good Bye :('
sys.exit(1)
#from episg import *
#import gps
try:
_fromUtf8 = QString.fromUtf8
except AttributeError:
_fromUtf8 = lambda s: s
apppath = os.path.abspath(os.path.dirname(sys.argv[0]))
splash = '%s/spla.png' % (apppath)
configfile = '%s/conf/conf.xml' % (apppath)
# clon = 0
# clat = 0
# item = 'LookAt'
head = '0'
ell = 23
##try :
## from Gdata import Data
## from GrassShell import GrShell
## from grass.script.core import *
## from psinit import *
## GRASS = 1
##except:
## GRASS = 0
## print "GRASS environment not found - set to disabled"
#core
from preferences import Preferences
from utils import Utils
#gui
from gui.sashamainwindow import SashaMainWindow
#from gui.warnmsgwindow import WarnMsgWindow
#from gui.kmlwindow import KmlWindow
#from gui.modelwindow import PlaceModel
#from gui.vectoropswindow import VectorOpsWindow
#from gui.epsgwindow import EpsgWindow
#from LatLongUTMconversion import LLtoUTM
from tcp4ossim import addfile
from owslib.csw import CatalogueServiceWeb
from g2k import GrassToKml
class PlanetSasha(SashaMainWindow):
## _instance = None
## def __new__(cls, *args, **kwargs):
## if not cls._instance:
## cls._instance = super(PlanetSasha, cls).__new__(
## cls, *args, **kwargs)
## return cls._instance
def __init__(self, arg):
prefs = Preferences() #FIXME should go inside Utils ctor
Utils(prefs)
SashaMainWindow.__init__(self, arg)
"""
extrudetype = "Attribute"
inputvector = "/home/rashad/fromgdal.shp"
ExportVector = "/home/rashad/fromsaha.kml"
VectorLabelColorName = ""
iconpath= ""
tessellate = 0
extrude = 0
lwidth = 2
VectorLineColorName = "linecolor"
colormode = "normal"
VectorPolygonColorName = "polycolor"
AttributeList = "name"
AltitudeMode = "clampToGround"
print extrudetype,'polygon', inputvector, ExportVector, 2, \
'name', 0, 'some desription here', VectorLabelColorName, \
'labelscale', iconpath, tessellate, extrude, \
lwidth, VectorLineColorName, colormode, \
VectorPolygonColorName, AttributeList, 0, 0, 0, 0, 0, \
AltitudeMode, 0, 0, \
255, 255, \
255
GrassToKml(extrudetype,'polygon', inputvector, ExportVector, 1,
'name', 0, 'some desription here', VectorLabelColorName,
'labelscale', iconpath, tessellate, extrude,
lwidth, VectorLineColorName, colormode,
VectorPolygonColorName, AttributeList, 0, 0, 0, 0, 0,
AltitudeMode, 0, 0, 255, 255,255, True)
sys.exit(1)
"""
#self.initWidgets()
#addfile('/home/rashad/aa.kml','localhost',8000)
#sys.exit(1)
self.Value=0
self.ValueJ=0
self.queryvalue = 0
endpoint = 'http://www.smast.umassd.edu:8080/'
bbox = [-71.5, 39.5, -63.0, 46]
keywords = ['temperature']
maxrecords = 20
service_type = 'opendap'
#res = self.getResource(endpoint=endpoint, bbox=bbox, keywords=keywords, maxrecords=maxrecords)
#print res.keys()[0]
#self.connectSignals()
# Quit Application
def quitAll(self):
qApp.quit()
# Set Configuration
def setgrassparam(self):
try :
PointSize = str(parseOutputconf()['PointSize'])
LineWidth = str(parseOutputconf()['LineWidth'])
PenColor = str(parseOutputconf()['PenColor'])
BrushColor = str(parseOutputconf()['BrushColor'])
Thickness = parseOutputconf()['Thickness']
Fill = parseOutputconf()['Fill']
print PointSize, LineWidth, PenColor, BrushColor, Thickness, Fill
return PointSize, LineWidth, PenColor, BrushColor, Thickness, Fill
except :
print 'Use preference Panel to set preference'
self.worningmessage('Use the preference setting to set TCP preference')
# Set Position Messages
# Set GRASS Vector/Raster
#def addcmd(self):
# commandlist = self.commandlist()
# self.w.gcmd.addItems(commandlist)
# Show External Widgets
# def worningmessagetcp(self):
# self.worntcp = worntcp()
# self.worntcp.show()
#
# code not used :
def modeldialog(self):
self.placemodel.show()
#lite
def setparamconnection2(self):
try:
TCP = open(tcpparam, "r")
K = TCP.read()
Y = K.rsplit(',')
host = str(Y[0])
nav = str(Y[1])
data = str(Y[2])
return host, nav, data
except :
print 'Use preference Panel to set preference'
self.worningmessage('Use the preference setting to set TCP preference')
def GpsHandling(self):
#print self.item,self.w.ZoomSlider.value(),head,self.w.PitchSlider.value(),
#self.w.RollSlider.value(),self.w.RangeSlider.value()
#self.gps = GpsClass(self.item,self.w.ZoomSlider.value(),head,
#self.w.PitchSlider.value(),self.w.RollSlider.value(),self.w.RangeSlider.value())
self.gps.show()
def GetType(self,index):
global Gtype
Gtype = self.w.GrassType.itemText(index)
if Gtype == 'region':
while 1:
try:
rg = list_strings('region')
break
except IOError:
time.sleep(0.1)
region = []
for i in rg:
rgname = i.split('@', 2)[0]
region.append(rgname)
region.sort()
self.w.InputType.clear()
self.w.InputType.addItems(region)
if Gtype == 'vect':
while 1:
try:
vc = list_strings('vect')
break
except IOError:
time.split(0.1)
vector = []
for i in vc:
vecname = i.split('@', 2)[0]
vector.append(vecname)
vector.sort()
self.w.InputType.clear()
self.w.InputType.addItems(vector)
if Gtype == 'rast':
while 1:
try:
rs = list_strings('rast')
break
except IOError:
time.sleep(0.1)
raster = []
for i in rs:
rasname = i.split('@', 2)[0]
raster.append(rasname)
raster.sort()
self.w.InputType.clear()
self.w.InputType.addItems(raster)
#return GType
# Refresh SQLite
def refreshsqlitedb(self):
print 'refresh sqlite'
tables = self.gettablelist()
if tables is not None :
self.w.Place.clear()
self.w.Place.addItems(tables)
def itemlist(self,index):
Zone = self.w.Place.itemText(index)
database_name = parseOutputconf()['spatialitedb']
db_connection = None
try :
db_connection = sqlite3.connect(database_name)
except :
self.worningmessage('spatialitedb not found')
if db_connection is not None:
db_connection = sqlite3.connect(database_name)
db_cursor = db_connection.cursor()
try :
listatabelle = db_cursor.execute("SELECT name,latitude,longitude FROM %s ;" % (Zone))
tabelle = listatabelle.fetchall()
tablelist = []
allist = []
for i in tabelle:
tablelist.append(i[0])
allist.append(i[0]+' '+str(i[1])+' '+str(i[2]))
allist.sort()
tablelist.sort()
self.w.placezone.clear()
self.w.placezone.addItems(allist)
db_connection.commit()
except :
print 'reload sqlite'
def setplacezonecoords(self,index):
Placename = self.w.placezone.itemText(index)
st = unicode(Placename)
st = st.split(' ')
try :
lat = st[-2]
lon = st[-1]
self.w.Lon.setText(lon)
self.w.Lat.setText(lat)
except :
pass
def gettablelist(self):
#database_name = sqlitedb
database_name = parseOutputconf()['spatialitedb']
print database_name
db_connection = None
try :
db_connection = sqlite3.connect(database_name)
except :
self.worningmessage('spatialitedb not found')
if db_connection is not None:
db_cursor = db_connection.cursor()
listatabelle = db_cursor.execute("SELECT name FROM sqlite_master where type = 'table';")
tabelle = listatabelle.fetchall()
tablelist = []
for i in tabelle:
tablelist.append(i[0])
db_connection.commit()
tablelist.sort()
return tablelist
if __name__ == "__main__":
import sys
import time
app = QApplication(sys.argv)
ss = None
arg1 = ''
if len(sys.argv) > 1:
arg1 = sys.argv[1]
splash_pix = QPixmap(splash)
splash = QSplashScreen(splash_pix, Qt.WindowStaysOnTopHint)
#splash_pix_mask = QPixmap(splash_mask)
#splash.setMask(splash_pix_mask.mask())
splash.setMask(splash_pix.mask())
splash.show()
time.sleep(1)
app.processEvents()
p = PlanetSasha(arg1)
p.showMaximized()
splash.close()
sys.exit(app.exec_())