Skip to content

Instantly share code, notes, and snippets.

View oceanzus's full-sized avatar

James Case oceanzus

View GitHub Profile

Keybase proof

I hereby claim:

  • I am oceanzus on github.
  • I am oceanzus (https://keybase.io/oceanzus) on keybase.
  • I have a public key ASAsZ5aX0W_x-CTReLk7iuLAuJ1CFeJP1kiM9h-R2H4OQwo

To claim this, I am signing this object:

@oceanzus
oceanzus / gist:5235bdb49a7c66f79732
Last active August 29, 2015 14:16
uframe example
http://0.0.0.0:12575/sensor/inv/CP02PMCO/SBS01/01-MOPAK0000/telemetered/mopak_o_dcl_accel
[ {
"stream_name" : "mopak_o_dcl_accel",
"mopak_magx" : -0.19699561595916748,
"mopak_accelz" : 0.9145522117614746,
"mopak_ang_ratex" : 0.10187259316444397,
"mopak_ang_ratey" : 0.11844490468502045,
"mopak_ang_ratez" : -7.388237281702459E-4,
"mopak_magy" : 0.1564895361661911,
@oceanzus
oceanzus / gist:994c2905d631fcce6fb0
Created October 27, 2014 16:29
Example uframe service call from training
@app.route('/seabedcriteria/<soiltype>')
@support_jsonp
def getSeabedCriteria(soiltype):
'''
NOTE: Will NOT work without Raytheon uframe server connected to the network
and running the example OceanBottomService from the training class
Accepts a path query for a seabedcriteria uframe DAO example query
Usage Example: http:localhost:5000/seabedcriteria/Rock
'''
#TODO: Move to ooiservices
@oceanzus
oceanzus / gist:e3f10d80c3f5269b368e
Last active August 29, 2015 14:02
Example EOI pyon.local.yml Settings
Example extern.a3 pyon.local.yml EOI parameter entries:
(Change the password fields as appropriate)
Notice that the geoserver and importer_service 'service' parameters
point to the extern.a3 server while the postres 'service' parameter
remains pointed to the primary COI server.
eoi:
meta:
use_eoi_services: True