OSGeo California Chapter Spring 2013 Hackathon

From OSGeo
Jump to navigation Jump to search

Event Details

People Attending:

  • Frank Wammerdam
  • Ragi Burhum
  • Landon Blake

Activities

SlitherGrid Hacking

Project Description:

http://redefinedhorizonsblog.com/2013/01/15/the-surveyos-projects-slithergrid-toolkit/

Task Suggestions

  • Implement basic raster processes by creating implementations of the GridWorker classes.
    • Simplify raster.
    • Classify raster.
    • Fill null cells.
    • Create polygons from classified raster cells.
    • Create ridges and valleys from elevation raster.
    • Classify slopes from elevation raster.
    • Classify aspect from elevation raster.
    • Create elevation raster from LIDAR data.
    • Create elevation variability raster.
    • Create raster from polygon coverage.
  • Implement basic IO support for common vector and raster formats.
  • Implement basic grid painting.
    • Paint grid as PNG image file.
    • Paint grid as SVG.

Inkscape Cartography and Drafting Tools

Inkscape is a great program for creating cartographic maps. It would be even better for this task with some simple CAD and cartography tools. Inkscape can be extended through Python extensions. (http://wiki.inkscape.org/wiki/index.php/Extensions)

Task Suggestions

  • Enter circle by Coordinate.
  • Edit node coordinates in dialog box.
  • Enter straight line by coordinates.
  • Enter arc by coordinates and angle.
  • Make line parallel to another line.
  • Make text parallel to another line.
  • Make line perpendicular to another line.
  • Add nodes at distance along path.
  • Match label parts to path segments.


Balloon Mapping

Last Saturday I went balloon mapping with some people from Public Laboratory and we ended up with a whole bunch of balloon imagery that needs to be stitched and geo-referenced. I was surprised to see that although there are several algorithms that could help with this, the popular tools like Mapknitter don't have something to do things in batch, so the process can become manually intensive. I'd love to see if we can use the new GDAL Surf Correlator or the classes in the Orfeo Toolbox which seem to do have the fundamental algorithms that we would need. IMHO, building a GUI would not be out of the question (web or native or whatever).