dshimer.blogspot.com
Squeeze the most out of Vr with Python: Reminder snippets - liblas and reading laz files
http://dshimer.blogspot.com/2015/03/reminder-snippets-liblas-and-reading.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Wednesday, March 11, 2015. Reminder snippets - liblas and reading laz files. In this case I just want to remind myself that if Vr never adopts the .LAZ LiDAR. Compression format for reading, it would still be possible using liblas. F=liblas.file.File(r'c: tmp N1915250.laz',mode='r'). Interests ...
dshimer.blogspot.com
Squeeze the most out of Vr with Python: 5/1/09 - 6/1/09
http://dshimer.blogspot.com/2009_05_01_archive.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Monday, May 18, 2009. We all have our limits. Note that I am trying a new method of posting code, hope it works better but of course the original code itself can always be downloaded from the website where it is stored. If BoundingLine.IsPointInside (X,Y): Do something. Here for testing purposes.
dshimer.blogspot.com
Squeeze the most out of Vr with Python: 11/1/07 - 12/1/07
http://dshimer.blogspot.com/2007_11_01_archive.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Thursday, November 01, 2007. Inherit everything but the kitchen sink. Back in January I added a quick command. Line = PyVrLine (). Lay,gp,wid=Line.GetLayer(),Line.GetGpoint(),Line.GetWidth(). GuiPushKeyin ('inslin,lay=%d,grp=%d,wid=%d'%(lay,gp,wid). If it's a line grab the appropriate settings.
dshimer.blogspot.com
Squeeze the most out of Vr with Python: 7/1/07 - 8/1/07
http://dshimer.blogspot.com/2007_07_01_archive.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Thursday, July 19, 2007. Finally A Vr Command. This has become the standard I use to start each program. Print 'parprt.py ParallelPartial modified 8:23 AM 7/13/2007'. No warranties as to safety or usability expressed or implied. Free to use, copy, modify, distribute with author credit. Of VrArg...
dshimer.blogspot.com
Squeeze the most out of Vr with Python: 6/1/07 - 7/1/07
http://dshimer.blogspot.com/2007_06_01_archive.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Thursday, June 21, 2007. Life Outside Vr 4. I have no idea but I did come up with a couple of features I really wanted. Os is necessary to test the existence of the parameter file. Call it what you want, this is great code to save for later use in other. Programs that require persistence. I won...
dshimer.blogspot.com
Squeeze the most out of Vr with Python: 4/1/07 - 5/1/07
http://dshimer.blogspot.com/2007_04_01_archive.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Friday, April 20, 2007. Not long ago I was corresponding with W. Chesson. Is that a word) we have WsMan. Or workspace manager. Another reason why discussion is almost always a good thing. This stuff is just too cool. N in the middle of a function"). A little helpful text. We'll use a ComboBox.
dshimer.blogspot.com
Squeeze the most out of Vr with Python: 5/1/15 - 6/1/15
http://dshimer.blogspot.com/2015_05_01_archive.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Wednesday, May 20, 2015. Note to self: Find a reason to use geopy. Full disclosure; This has nothing to do with anything except that I was playing with a really cool module today and need to make sure I remember what I just learned. The module is geopy (which by the way I installed using pip.
dshimer.blogspot.com
Squeeze the most out of Vr with Python: It's all part of the process (or subprocess as the case may be)
http://dshimer.blogspot.com/2015/03/its-all-part-of-process-or-subprocess.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Sunday, March 22, 2015. It's all part of the process (or subprocess as the case may be). Process = subprocess.Popen('lasboundary -i *rgb1.las -otxt'). The last line is just to beep so I knew when it was done. Posted by Dennis Shimer. At Permanent Link 2:00 PM. Subscribe to: Post Comments (Atom).
dshimer.blogspot.com
Squeeze the most out of Vr with Python: 8/1/07 - 9/1/07
http://dshimer.blogspot.com/2007_08_01_archive.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Tuesday, August 07, 2007. It is that time of year when I begin to pursue my second job as middle school soccer coach, and high school referee (and parent spectator). Because of this, I'm not even going to think about posting until late October. Posted by Dennis Shimer. At Permanent Link 2:08 AM.
dshimer.blogspot.com
Squeeze the most out of Vr with Python: 10/1/12 - 11/1/12
http://dshimer.blogspot.com/2012_10_01_archive.html
Squeeze the most out of Vr with Python. Occasional ramblings on the topic of Python. Maybe some general info, but more than likely fairly limited to programming within the VrOne mapping environment using VrPython. Tuesday, October 23, 2012. Where in the world. (and by that I mean geographically, not disappearing for 3 years). Honestly, first post in 3 years? After downloading and installing pyproj I start by importing the library. Projection(1600000/3.280833333,700000/3.280833333,inverse=True). To ft(Pro...