This is a quick post I wanted to make, detailing how to add a code box to Blogger....something I've wanted to do for a while now. Since Blogger allows users to easily toggle between the "Compose" and "HTML" post views, adding a code box can be easily achieved with the following bit of code:
<textarea name="textarea" cols="40" rows="4" wrap="VIRTUAL">
YOUR CODE GOES HERE
< /textarea>
The resulting code box looks like this:
The code box can be height and width adjusted by modifying the cols="100" and rows="50" values to your liking.
The final result is a tidy little place to paste code, which I greatly prefer to pasting the code directly to the post or boxing the code in with bounding lines. This should come in very handy for future posts, and should increase the readability of any code I may copy to blogger as well.
Friday, January 19, 2018
Thursday, January 11, 2018
Connecting the Dots - Garmin Watch to AGOL
For Christmas, my wife bought me a Garmin Forerunner 35 to assist with my training leading up to Grandma's Marathon in Duluth this summer. So far, I've really enjoyed everything the Forerunner 35 has to offer and I've been pleasantly surprised with how quickly it syncs to mobile devices.
Since I also now have a personal AGOL license, I wanted to play around with uploading some of my watch data and creating a web map to catalog my training routes. The Garmin Connect App already does this (and much more), but I wanted an excuse to play around in AGOL.
After downloading a recent .gpx file from the Garmin Connect website, I was able to use the GPX to Features tool to bring these feature points into ArcMap.
While the points are interesting visually, my primary goal was to save these routes as line features. To accomplish this, the Points to Line tool enabled me to connect these points (which have a Date/Time field) chronologically to create a continuous route line.
So, there you have it, a relatively simple set of procedures to get .gpx data off of a running watch and into ArcMap! I loaded the data into an AGOL test map, which can be found on the Running tab of this blog, for those interested in seeing the results! More routes to come!
Since I also now have a personal AGOL license, I wanted to play around with uploading some of my watch data and creating a web map to catalog my training routes. The Garmin Connect App already does this (and much more), but I wanted an excuse to play around in AGOL.
After downloading a recent .gpx file from the Garmin Connect website, I was able to use the GPX to Features tool to bring these feature points into ArcMap.
| GPX to Features Tool |
| Output points from the .gpx file |
| Points to Line tool, with Date/Time as the sort field |
| Output line after running the Points to Line tool |
So, there you have it, a relatively simple set of procedures to get .gpx data off of a running watch and into ArcMap! I loaded the data into an AGOL test map, which can be found on the Running tab of this blog, for those interested in seeing the results! More routes to come!
Subscribe to:
Comments (Atom)
Work in Progress - Disputed Areas Map
I started this project as a fun change of pace from my normal GIS day-to-day, and as a way of brushing up on my cartography skills. For me,...
-
Since 2013, I have been contributing to various projects with the Humanitarian OpenStreetMap Team ( http://tasks.hotosm.org/ ). While my co...
-
Recently I've been looking into alternative mapping tools, and wanted to give Google MyMaps a try. Despite a number of limitations (kml...
-
Mapping of Malakal, Nsanje District (Partnered with Humanitarian OpenStreetMap Team) From January 2014 - Novemeber 2014 I was involved ...