Pages

Monday, 8 July 2013

weekly update

Fairly quiet week on the documentation front -- for now.

GeoTools 10 beta Incoming

The GeoTools 6 month release cycle is coming to a close - with a beta due out towards the middle of this month. As such large contributions of code are coming out of the wood work and landing on the master branch.
Since this is a documentation blog I am going to limit my enthusiasm to the excellent documentation Andrea has including with each pull request - thanks!


For the full details of some pretty cutting edge work you will need to wait for Andrea to write a blog post.

uDig LocationTech Migration

I have been busy working away on the uDig project, backed by some excellent help from the Eclipse Foundation, and encouragement from the uDig community.
uDig Progress
For more information check out my entry on the LISAsoft company blog: uDig Project LocationTech Migration Update

OSGeo Incubation

The OSGeo Incubation Committee has transitioned from IRC meetings every couple of months to being an email-only affair. As such I have struggled as committee chair with a way to keep committee activities visible, public and motivated.
It turns out one of my responsibilities as chair is to report to the board periodically. Perfect!
With that in mind I am going to issue a report each quarter, and have started the draft for 2013 Q3.
Also a tip of the Landon who has used this as an opportunity to check in with OSGeo Lab projects. Thanks!

Tuesday, 2 April 2013

GeoTools Maven Quickstart vs Build Instructions

Frank Warmerdam has a good write up of Getting Started with GeoTools - that makes for painful reading (for me at least). Looks like this is going to result in a few fixes to the documentation.

In the mean time:

  • Quickstart (including Maven Quickstart) shows a simple hello world program illustrating how you can use GeoTools in your own application (to load a shapefile and display a map).
  • Building (including the use of the Maven Eclipse Plugin) documents how to build GeoTools from source, and use the maven eclipse plugin to generate the .project and .classpath files required to import the projects into the Eclipse IDE.
Thanks to Frank for taking the effort to get involved with the project, and I am happy to see his first pull request come through.