rob42
rob42
Hmm, seems most of the required parts exist. freeboard-sk supports geojson in openlayers. Use the link above for ENC to shapefile, then https://github.com/weareinlog/js-shapefile-to-geojson (and others) to convert to geojson, then...
Hi Philip, Help is definitely appreciated. Yes there is quite a bit of stuff to do, also in the process of migrating to my other project signalk.org. Since the hardware...
Hi @HutchSails, sorry I didnt react to your issue - I somehow unwatched my own project, so I didnt get notification! Fixed now. If you are still having trouble after...
Chart conversion has been improved for the 'skewed' charts now, but leaving this here for info for others
What sort of tablet? I can see both wind and log, but cant drag either on an Android 4.5(?) Nextbook 8". But its a very cheap testing tablet (in case...
BTW I treid a raw ConcurrentHashMap, but it kept growing and slowing, so that doesnt work without an evictor.
Ahh, yes, Json pointer achieves the same and is more std. Silly of me. Plus it fits nicely with a general REST interface to the signalK model. Why not just...
A factory approach works but drops the user into working on mJson extensions (set up project, learn codebase, build,maintain, etc), taking attention away from the real goal, in my case...
Tried `./ec2.py` and full path, both result in: ``` robert@cbr:~/gitrep/cp_ansible/inventory$ ansible-cmdb -d -i ./ec2.py out/ > overview.html data_dir = /home/robert/.local/lib/python2.7/site-packages/ansiblecmdb/data tpl_dir = /home/robert/.local/lib/python2.7/site-packages/ansiblecmdb/data/tpl static_dir = /home/robert/.local/lib/python2.7/site-packages/ansiblecmdb/data/static inventory files = ['./ec2.py']...
Tried the markdown output and it runs but just outputs each host with 'No info collected' The ec2.py output doesnt have any `ansible_facts` object, but does have `hostvars`. I added...