Washington Crossing the Esri

Every year or so it seems like Esri gets written up in Forbes. Last week the following came out:

…long before Google was born–even before its founders were born–it was Dangermond who essentially invented the digital map. Esri , the company he founded with his wife, Laura, in 1969, has toiled in relative obscurity to become one of the more improbable powerhouses in tech, having survived wrenching shifts in computing that destroyed scores of its fellow tech pioneers.

Now before you think it is a puff piece like last years, think again. I was surprised in the honest assessment of Esri, Jack’s place in technology and the happiness of Esri employees. Working in the industry we do, we all know the place that Jack and Esri fit within the grow of GIS. The article focuses on Esri but I think it hits upon what everyone is doing, Esri itself, their business parters or those who avoid their software:

There’s been an explosion of people who think of their research in geospatial terms,” says Julie Sweetkind-Singer, Stanford’s assistant director of Geospatial, Cartographic and Scientific Data & Services.

There has been, it might make Jack bullish” but it really is built upon the doers of GIS. Visionaries may point the ship in the right direction but those on the ground have turned GIS from a specialized-niche profession into something that is part of almost every workflow imaginable. Read the article, it think it is worth your time.

February 16, 2016 forbes Thoughts






Wordpress to Jekyll again

About 4 years ago I moved my blog from Wordpress to Octopress. That process was a total hack and eventually I moved back to Wordpress because I had just too many blog posts and Jekyll took 10 minutes to build the site before publishing. Since then I’ve dealt with Wordpress and it’s issues but generally it has gotten much better. But I’ve grown tired of hosting my own blog and the security updates so I had two choices. Move to Wordpress.com or move to Github Pages. Clearly you can see I took the latter route. The migration is a piece of cake, just used a simple python script and converted all my Wordpress XML to markdown. Then just push to Github. The results as you see them?

  • Blog looks bare, I haven’t themed it yet
  • 404 errors galore
  • Feed probably spammed you
  • Killed comments1
  1. Not coming back ↩︎

February 12, 2016 github pages jekyll Thoughts wordpress






Wordpress to Jekyll again

About 4 years ago I moved my blog from Wordpress to Octopress. That process was a total hack and eventually I moved back to Wordpress because I had just too many blog posts and Jekyll took 10 minutes to build the site before publishing. Since then I’ve dealt with Wordpress and it’s issues but generally it has gotten much better. But I’ve grown tired of hosting my own blog and the security updates so I had two choices. Move to Wordpress.com or move to Github Pages. Clearly you can see I took the latter route. The migration is a piece of cake, just used a simple python script and converted all my Wordpress XML to markdown. Then just push to Github. The results as you see them?

  • Blog looks bare, I haven’t themed it yet
  • 404 errors galore
  • Feed probably spammed you
  • Killed comments1
  1. Not coming back ↩︎

February 12, 2016 github pages jekyll Thoughts wordpress






GIS: From ActiveX and ColdFusion to Node.js

When ArcIMS 3.0 arrived, it was literally the best day of my life (well from a GIS programming perspective). After hacking ArcView IMS 1.0 and then some crazy VB5/VB6 stuff with MapObjects IMS 2.0 (esrimap.dll is the work of the devil) there was finally something that was able to be truly a web server GIS development environment. With excitement I pulled myself into the Esri UC session for ArcIMS 3.0 and then sat down with pen and paper (this was before WiFi). I looked around and noticed that there was not many people in the room for the ActiveX session. But across the hall the ColdFusion session was packed and out the door). Now the less said about ArcIMS 3.0 the better but it was the start of real programming on Esri Server products.

ColdFusion hung around for a while but the ActiveX stuff was quickly replaced with the WebADF. Now there is much on this blog about the WebADF and I don’t think I need to go back over it but while it was a complete mess, it did allow us to develop with .NET and actually create some amazing applications. Eventually the REST API replaced much of what we were doing with the WebADF Framework and we were free from all the limitations of that AJAX madness. I think the key with Esri Server development is the REST API. This is what freed us from siloed frameworks and allowed us to move into other languages such as Ruby/Rails.

Now during the Ruby/Rails period, I was working for WeoGeo so my focus was on that stack, not the Esri one. I do recall Dave Bouwman showing Ruby/Rails stuff at the DevSummit but it never took off as an Esri development language. There isn’t anything inherently wrong with it, it just was never supported as well on Windows as other options so by the time Windows support was good enough to be used, we all moved on to Node.js.

Now Node.js is probably the biggest impact on what we do with Esri Server since .NET. The best part though is development is basically cross platform so I can be on my MacBook Pro and my other Devs can roll on Ubuntu or Windows. Again, because of the REST API. If you go to the Esri Github repository or look on npm you’ll see lots of JavaScript and Node.js projects just ready for the taking.  It’s a far cry from the days of trying to register some stupid ActiveX control in VisualStudio (heck I still have nightmares about Visual InterDev).  Now I won’t sugarcoat npm because when it works it’s great, when it doesn’t it sucks.  But generally I can typed a couple words and have a new Node.js application installed in my project.

As I’m getting back into ArcGIS for Server 10.3 and ArcGIS Online I’ve come to reflect on the crazy path we’ve taken from Avenue -> VB5 -> ActiveX -> .NET -> Ruby/Rails -> Node.js and on to whatever is next.  Not only that, during this whole time there were those Java guys (it was like 3-5 of them) in the corner trying to just get ArcGIS for Server Java installed.  But hey, they got free copies of MapObjects Java Edition.

February 4, 2016 activex node.js Thoughts






GIS: From ActiveX and ColdFusion to Node.js

When ArcIMS 3.0 arrived, it was literally the best day of my life (well from a GIS programming perspective). After hacking ArcView IMS 1.0 and then some crazy VB5/VB6 stuff with MapObjects IMS 2.0 (esrimap.dll is the work of the devil) there was finally something that was able to be truly a web server GIS development environment. With excitement I pulled myself into the Esri UC session for ArcIMS 3.0 and then sat down with pen and paper (this was before WiFi). I looked around and noticed that there was not many people in the room for the ActiveX session. But across the hall the ColdFusion session was packed and out the door). Now the less said about ArcIMS 3.0 the better but it was the start of real programming on Esri Server products.

ColdFusion hung around for a while but the ActiveX stuff was quickly replaced with the WebADF. Now there is much on this blog about the WebADF and I don’t think I need to go back over it but while it was a complete mess, it did allow us to develop with .NET and actually create some amazing applications. Eventually the REST API replaced much of what we were doing with the WebADF Framework and we were free from all the limitations of that AJAX madness. I think the key with Esri Server development is the REST API. This is what freed us from siloed frameworks and allowed us to move into other languages such as Ruby/Rails.

Now during the Ruby/Rails period, I was working for WeoGeo so my focus was on that stack, not the Esri one. I do recall Dave Bouwman showing Ruby/Rails stuff at the DevSummit but it never took off as an Esri development language. There isn’t anything inherently wrong with it, it just was never supported as well on Windows as other options so by the time Windows support was good enough to be used, we all moved on to Node.js.

Now Node.js is probably the biggest impact on what we do with Esri Server since .NET. The best part though is development is basically cross platform so I can be on my MacBook Pro and my other Devs can roll on Ubuntu or Windows. Again, because of the REST API. If you go to the Esri Github repository or look on npm you’ll see lots of JavaScript and Node.js projects just ready for the taking.  It’s a far cry from the days of trying to register some stupid ActiveX control in VisualStudio (heck I still have nightmares about Visual InterDev).  Now I won’t sugarcoat npm because when it works it’s great, when it doesn’t it sucks.  But generally I can typed a couple words and have a new Node.js application installed in my project.

As I’m getting back into ArcGIS for Server 10.3 and ArcGIS Online I’ve come to reflect on the crazy path we’ve taken from Avenue -> VB5 -> ActiveX -> .NET -> Ruby/Rails -> Node.js and on to whatever is next.  Not only that, during this whole time there were those Java guys (it was like 3-5 of them) in the corner trying to just get ArcGIS for Server Java installed.  But hey, they got free copies of MapObjects Java Edition.

February 4, 2016 activex node.js Thoughts






GeoJSON Ballparks Update

Just in time for spring training, I’ve added the Grapefruit League ballparks to the GeoJSON-Ballparks Github repository. Right now there are over 250 ballparks mapped in GeoJSON.

I plan to focus on China and Europe next and eventually fill out some college conferences (Pac-12, SEC, ACC, Big 12).

January 28, 2016 ballparks geojson Thoughts