Posted by adamlodge on May 19, 2009
Thanks to Jeff for letting me participate in the Geomedia community in this way. I asked Jeff if I can do this for the simple reason that I feel pretty strongly that Geomedia technology is really the best desktop GIS currently on the market. Geomedia’s primary drawback, however, is that it is undersupported in my corner of the world (The San Francisco Bay Area), and it is therefore hard to justify as a viable solution for organizations that require rock-solid support. My participation here is my attempt to be a part of the solution to this travesty.
In case you are interested, here are a few highlights on my career:
-graduated from Humboldt State University in Geography, 1997
-spent a few years attempting rockstardom as a bass player in various touring bands
-finally decided to get a real job at San Mateo County in late 2000, helping to implement their Enterprise GIS (remember that term?)
-held increasingly responsible positions there until late 2006 when I moved to Farallon Geographics (a geospatial consulting firm in San Francisco)
-My current official title is “Geospatial Systems Analyst”, but basically I do projects to help clients of all sorts (but mostly local government) solve business problems using spatial data and related software tools. I’m a problem solver.
As far as GIS technology goes, Geomedia is my first love. Unlike most GIS Geeks, I learned with it, and feel most comfortable and at home when developing workflows with it rather than the “other” guys. It was my knowledge of Geomedia that got me a gig with San Mateo County back in the day. Becuase of the County’s commitment to Geomedia, I have inevitably been exposed to various offshoots such as Grid, Transportation Manager, the Geomedia-Hansen Interface, and AFM. From a technical perspective, what makes Geomedia exceptional are twofold: 1. The concept of pipe technology – dynamic queries upon queries, and 2. functional attributes. In my opinion, no other GIS software has anything that touches it.
Partly as a result of the Geomedia approach to GIS, I have also become very fluent in relational database, and spatial sql language. I have tons of experience with Oracle Spatial and Postgis, and I am now ramping up my fluency with the new Sql Server geometric (and geographic) data type. Other interests are FME, open source GIS, particularly geoserver, qgis, udig. Lastly, I have been forced to ramp up in ESRI technologies (mostly desktop and the former SDE stuff) to keep myself employable, so I am able to talk that talk as well. Hopefully, I am a well-rounded GIS practicioner.
Bottom line is that I am here to help, both in terms of providing answers and in facilitating conversation among the Geomedia community. Please dont be shy about contacting me through this forum.
Cheers,
Adam
Posted in Uncategorized | 2 Comments »
Posted by jeffhobbs on May 18, 2009
I’m pleased to announce that Adam Lodge of Farallon Geographics has asked to be an author on the blog. Needless to say, I accepted his offer!
I first met Adam when he was with San Mateo County, CA and I was working with the City of San Jose. While I was with Intergraph, Adam served as the president of the Northern California Intergraph Geospatial User’s Community. Adam has been working with GeoMedia for many years (maybe even longer than me) and has a ton of knowledge about both Intergraph products like GeoMedia, GeoMedia Parcel Manager, GeoMedia Grid, and GeoMedia/Hansen interface. Additionally, he has a lot of experience with open source products like Geoserver, OpenLayers, and PostGIS. Finally, he’s been working with Oracle Locator/Spatial for a number of years.
I’ll let Adam tell you more in his own words. But needless to say, I’m very happy to have someone else post on the blog. If anybody else is interested in contributing to the blog, please email me and we’ll add you as well!
Posted in GeoMedia, NCIGUC | 2 Comments »
Posted by jeffhobbs on May 6, 2009
If you want to make enemies, try to change something
-Woodrow Wilson
Posted in Quotes | Leave a Comment »
Posted by jeffhobbs on May 6, 2009
In the way old news section of the blog, it was brought to my attention a while ago that you can now download the GeoMedia Viewer from the Intergraph web site. For a long time, you had to make a request from product support and then Intergraph would send you a CD with GeoMedia Viewer on it. As of late last year or early this year that changed. You can now download it from Intergraph Support site. https://support.intergraph.com/Product/GeoMediaViewer.asp Please note, although it’s on the Intergraph’s support site, I do NOT believe you need to login to download. So, if you’re looking for a tool that will do any of the following:
- Read a GeoMedia/GM Pro workspace
- Connect to Oracle Spatial and SQL Server
- Have the same look and feel as GeoMedia and GeoMedia Pro
- Free
You’re definitely in luck. I’d encourage you to download it and give it a try. Please note that if you’re going to install GeoMedia Viewer on a machine already running GeoMedia and/or GeoMedia Pro, I believe Intergraph recommends you install the least functional piece of software first. In other words, if you’re going to run (not sure why you would want to) GeoMedia, GeoMedia Viewer, and GeoMedia Pro all on the same machine, you’d want to first install GeoMedia Viewer, then install GeoMedia Std, and finally install GeoMedia Pro. If you don’t follow this pattern, you might find that some of your functionality is lost.
From the GeoMedia Viewer site:
GeoMedia Viewer is an easy to use, FREE GIS software application for desktop viewing and distribution of geospatial data. It allows an organization to maximize the value of its geospatial data by extending availability to novice users who wouldn’t otherwise have access because of the barriers of purchasing and learning how to use a full GIS software application.
Posted in GeoMedia, GeoMedia Viewer | 5 Comments »
Posted by jeffhobbs on May 6, 2009
Sorry about the long time between posts. I’m not giving up on blogging, but, believe it or not, it does take a lot of time….
Anyhow, I’ve been playing a little with the Analysis > Analyze Geometry command. I can’t say I use it all the time, so I’m not sure when this changed. It may have been a long time ago. I’ve always found it hard to get lat/long coordinates from my state plane coordinates. Yes, I can do this one off by just clicking on the map and getting a coordinate readout from the “Precision Coordinates” dialog, but what if I wanted to have lat/long for 10,000 points. That was much harder.
You can do this with functional attributes. In fact, I posted an article on www.geomediawiki.org on how to do it. It was actually copied for the most part out of the GeoMedia online help. However you can also do this with the Analyze Geometry command.
- Launch the command (Analysis > Analyze Geometry)
- Choose a point feature class. If you have lines or polygons, use the CENTERPOINT functional attribute to create points from the line/area geometry.
- When you select the point feature class, you will see the “Analysis Options” dialog populate. In the dialog you will see “Geographic Coordinate” and “Projection Coordinate”
- If you check “Geographic” you will get lat/long. If you check “Projection” you’ll typically get easting/northing. NOTE: you can set the output coordinate format in the “Units and Formats…” dialog in the same Analyze Geometry dialog.
- For points you have options for Azimuth, Bearing, Geographic Coordinates, Projection Coordinates, and Height. Height assumes you have the Z elevation populated in your geometry
- If you work with lines, you’ll have options for Length, Azimuth, and Bearing
- If you work with areas, you’ll have options for Area, Perimeter, and Area/Perimeter ^2
All in all, this is much easier than having to write a functional attribute.
Posted in GeoMedia, geomediawiki.org | Tagged: GeoMedia | Leave a Comment »