Philadelphia OSGeo CodeSprint 2015

By Friday February 13th, 2015Conférence, NewsFR

Last week, the OSGeo “C tribe” gathered in Philadelphia for its annual codesprint event.

Gathering in Philadelphia

Around 40 developers joined to work on their favorite OpenSource geospatial projects. The event, perfectly organized by the local folks from Azavea, took place at the Friends center and went on from tuesday to friday, alternating between serious coding time and unformal and funny sessions during the evening.

This is definitly a good time to thank all the sponsors who made the event possible. Location tech has been a gold sponsor, Airborne interactive and Boundless contributed at silver level, and bronze sponsors include AGI, CartoDB, Coordinate Solutions, Hobu, Mapzen, Mobile Geographics, OpenSCG and Typesafe. FOSSGIS.de local chapter also contributed, and Azavea organized everything.

You can have a look at `Jody’s pictures on Flickr.

Some Results

Good job has been achieved during these 4 days, and here is a little excerpt of some advancements you will see soon in the OpenSource GIS world.

MapServer Suite 7

The Mapserver team has released version 7, a new major version, with the following improvements :

  • Layer Compositing pipeline
  • Optimized runtime substitutions
  • Dynamic Heatmap layers
  • Support of Geomtransform and Styleitem Javascript plugins
  • WFS 2.0 (server side)
  • UTF Grid support
  • Removed GD renderer support

and some more

As a nice transition to next subject, have a look at the 3D Mapserver team !

Point Clouds

This codesprint has seen major efforts on the Point Cloud data side. Among the projects, PDAL, Plas.io, poTree, GreyHound… This is a really active domain. But the main point (!) was about collaboration and share of ideas, concepts and software on how to use PointCloud data on the web. Howard Butler, after a “name the thing” brainstorming session, launched the PointDown initiative, so that the community can collaborate on creating specs for better interoperability.

The process is fully open, and follows the way GeoJSON emerged as a specification. You can read the PointDown Charter and follow the GitHub repository, but the most important is to join the discussion.

Oslandia’s participation

Vincent Mora and Vincent Picavet took part of the event, and worked mainly on two subjects :

  • Docker-pggis : a docker container for GIS data management around PostGIS
  • Integrating Cesium as a client into our 3D GIS software stack

We worked hard and achieved good results, as you can see below.

docker-pggis

Docker PGGIS is a docker container, including PostgreSQL and all GIS related components on top of it. Vincent Picavet worked on this project and released version 1.6, including the following enhancements.

  • Workaround a nasty AUFS bug preventing PostgreSQL to launch ( nickname “the dot effect”)
  • Updated PostgreSQL to 9.4 release
  • Updated PostGIS to latest version 2.1.5
  • Updated SFCGAL to latest master version, featuring volume computation, union and difference of 3D geometries
  • Updated pg_routing, pg_pointcloud and PDAL to latest master versions

You can now directly benefit from all of this with a single command line : sudo docker.io run –rm -P –name pggis_test oslandia/pggis /sbin/my_init

Reminder : this is a tool for development, do not use in production !

3D buildings in Cesium

Vincent Mora worked on using Cesium as a 3D web client for our 3D GIS software stack. We already had published a demo of Cuardo for visualization of 3D buildings with textures and more.

Now we can have the following architecture in place :

  • 3D data in **PostGIS 3D** (with texture), allowing to analyze and mix different kind of data
  • Serving the 3D data with **TinyOWS** ( WFS-T server )
  • Visualize 3D data in **Cesium**, including textures or specific symbology

The video below displays a short demo of the current working code.

There is still work needed to clean the code, add tiling, caching and better LOD, improve performances on client and server sides, but this achievement proves that we are on the right track for the future of 3D OpenSource GIS.

Should you be interested in this work, want to help and fund,  contact us at infos+3d@oslandia.com . We are really interested in hearing your use cases and requirements.