Skip to content

mtola/libcitygml

This branch is 4 commits ahead of, 211 commits behind jklimke/libcitygml:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 22, 2015
Jan 16, 2015
Mar 16, 2016
Mar 16, 2016
Oct 24, 2015
Oct 23, 2015
Nov 16, 2015
Mar 16, 2016
Oct 1, 2012
Mar 17, 2015
Mar 24, 2015
Apr 23, 2015
Nov 30, 2014
Nov 30, 2014

Repository files navigation

libcitygml

Build Status

CityGML (City Geography Markup Language) is an XML-based schema for the modelling and exchange of georeferenced 3D city and landscape models that is quickly being adopted on an international level.

libcitygml is a small and easy to use open source C++ library for parsing CityGML files in such a way that data can be easily exploited by 3D rendering applications (geometry data are tesselated and optimized for rendering during parsing). For instance, it can be used to develop readers of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...) Most metadata are not lost, they are available through a per-node hashmap.

libcitygml was initally developed by the 3D team of BRGM (the French leading public institution involved in the Earth Science field for the sustainable management of natural resources and surface and subsurface risks) for the research project DeepCity3D. It is now conducted as a Github open source project.

It was moved to github due to inactivity of the project on google code (https://code.google.com/p/libcitygml/).

About

C++ Library for CityGML Parsing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.2%
  • CMake 6.8%