Is there a need for a GIS group in Boston

Posted by Guido in Uncategorized on 21. Aug, 2009 | 2 Comments

So I really want to go to a wherecamp, but I am thinking first… is there GIS community in Boston.
Let me know if you are into GIS and in Boston by posting a comment to this post. If I get enough responce I would be happy to start organizing some local GIS groups stuff… let [...]

What I learned from #wherecamp

Posted by Guido in Uncategorized on 14. Aug, 2009 | 0 Comments

I didn’t go to WhereCamp5280, but I got to watch it on ustream. It’s close enough right. (thanks to Dave Bouman)
I watched a couple of sesions, but the one that really stands out for me is the one with James Fee sharing a google map hack for searching for Rest services.
ok… open google map and [...]

The neck bones connected to the IName

Posted by Guido in Uncategorized on 31. Jul, 2009 | 0 Comments

With the help of a developer friend in my office I was able to work my way through the ESRI resource page and pieced together enough code to reach my first programming goal:
Public Sub RemoveSpatialIndex()
Dim pGxApp As IGxApplication
Set pGxApp = Application
Dim pGxObject As IGxObject
Set pGxObject = pGxApp.SelectedObject
Dim pName As IName
Set pName = pGxObject.InternalObjectName
If TypeOf pName [...]

Something simple

Posted by Guido in Uncategorized on 30. Jul, 2009 | 0 Comments

I am probably like many GIS Analysts out there and would love some simple changes to be made to the ArcMap / ArcCatalog interface. I spend a lot of time editing, organizing, and desgining data. I run into shortfalls a lot.
So I want to start programming some simple buttons that will allow me to work [...]

One more little rant

Posted by Guido in Uncategorized on 14. Mar, 2008 | 0 Comments

While this may be getting tedious, sadly this is the stuff that motivates me to come over here and blog.
An open letter to ESRI:
Dear ESRI,
My name is Guido. I am a GIS analyst and a consumer of your web content. I was pleased to see that you have embraced the ideas of both rss feeds [...]

ESRI makes me crazy sometimes

Posted by Guido in Uncategorized on 27. Feb, 2008 | 0 Comments

OK… the podcast launch is going slow. But, as always I am learning new things about GIS.
So what have I learned recently.
ESRI ModelBuilder models and Python Geoprocessing scripts don’t work for me. Somehow, in the process of creating a model I ran into a bug at every turn.
While building a model I learned that Field [...]

G-I-YES Please

Posted by Guido in Uncategorized on 12. Dec, 2007 | 0 Comments

I will put up a show this weekend… that’s that.
Someone in my office sent me a link to this movie and I have not stopped laughing, an hour later. This is the funniest GIS movie I have seen yet !

The Soft Launch

Posted by Guido in Uncategorized on 29. Oct, 2007 | 1 Comment

This weekend I will put together my first podcast for this site. I am going to talk about projects that I am playing around with and the presentation I am putting together for NEARC, Integrating ESRI Technology with Google Earth.
As I prepare for the upcoming conference I can’t help but wonder if there is any [...]

Cell Phone Maps

Posted by Guido in Uncategorized on 12. Sep, 2007 | 1 Comment

I was listening to Buzz Out Loud and heard about a need for a cell phone carrier strength/complaint map. I think this could be a great project to try out using GeoRSS and google mapping.
I always wanted to setup a way to drive around with a computer, cellphone, and gps unit to map the signal [...]

FME

Posted by Guido in Uncategorized on 03. Aug, 2007 | 0 Comments

I have been working on some projects that require fitting existing data into data-model templates. So I have been using FME with SDE tables. The tables exis, currently empty, and I am trying to insert records.
Well, it seems that this is not somethign that FME can do right now..(I have some support people checking it [...]