Kyle Balke wrote:
After a delayed start during our QGIS Week 1 meeting due to some technical issues with the Webex and project we had a productive work session. Our discussion was primarily focused on how QGIS references and handles coordinate systems, projections, and transformations. By the end of the meeting we had more questions than answers; however this provided the group with a specific task for Week 2. We also generated a list of common tasks, tools, and procedures that most of us perform with Esri products in order to find their equivalent in QGIS. The topics included:
- Projections
- Editing
- Working with Tables
- Geoprocessing Functions
- Managing and finding plugins
For Week 2 Mike Sweet agreed to do some research regarding projects and Jamie Robertson would focus on editing. The rest of the group also agreed to do some investigation on those two topics. The Week 2 meeting is again scheduled for Tuesday (May 13th) at 4 pm, we will be meeting in the Board Room of the Missoula Public Library.
Best,
Kyle Balke
Kyle,
I must have missed the invite or announcement, I probably would've joined you. I might be of some help with QGIS in some regards. A little background, I am a developer who occasionally contributes to GDAL/OGR which is the data abstraction engine for QGIS. It (usually) provides data access to raster and vector datasets. It also provides coordinate system support (via OGRSpatialReference) and projection transformations through OGRCoordinateTransformation using the proj.4 library. My experience in GDAL is mostly on the raster side, although I've committed code for warping/reprojection, coordinate system and coordinate transformation support, and some vector support.
As for using QGIS, I do that nearly daily, but I am not a GIS analyst. I am using the QGIS API to handle map data for a program I am writing. I fire up QGIS to check my work frequently. I have not written any plugins, but they seem pretty simple.
Let me know if I can be of some help. I'd like to make the meeting, but I'm not sure I can swing 4:00.
Thanks,
Kyle
GDAL/OGR: http://gdal.org
PROJ.4: http://trac.osgeo.org/proj/