- About
- Schedule
- Tools
- What is it?
- How do you use it?
- Installation
- Work Flows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20160406 - SOTM-US Early bird Registration Party and Planning Session | |
Action Items: | |
1. Ari Simmons-Steffen will be designing a flyer for Paul Norman to hand out to a group of interested people for volunteers | |
2. OSMUS Board will create a volunteer coordinator e-mail address to put on Ari's flyer | |
3. Clifford Snow-Talk to Seattle U about number of tables they will allow in the atrium, and about providing power for the missing maps event. | |
4. Ari will contact Todd Slind about who to contact at various prospective sponsors | |
Discussion of keynote speaker(s) closing & opening - Chase Stephens |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Possible work arround if we can't get the gdal python module to work. | |
p = subprocess.Popen(['E:/EntTools/360EntSignHelper.exe', | |
'E:/build/temp/RemoteAssistSetup.exe'], | |
stdout=subprocess.PIPE, shell=True) | |
output = p.communicate()[0] | |
print output | |