English
 
Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Journal Article

Massive point cloud data management: Design, implementation and execution of a point cloud benchmark

Authors

van Oosterom,  Peter
External Organizations;

Martinez-Rubi,  Oscar
External Organizations;

Ivanova,  Milena
External Organizations;

Horhammer,  Mike
External Organizations;

Geringer,  Daniel
External Organizations;

Ravada,  Siva
External Organizations;

Tijssen,  Theo
External Organizations;

Kodde,  Martin
External Organizations;

/persons/resource/romulo

Goncalves,  Romulo
0 Pre-GFZ, Departments, GFZ Publication Database, Deutsches GeoForschungsZentrum;

External Ressource
No external resources are shared
Fulltext (public)
There are no public fulltexts stored in GFZpublic
Supplementary Material (public)
There is no public supplementary material available
Citation

van Oosterom, P., Martinez-Rubi, O., Ivanova, M., Horhammer, M., Geringer, D., Ravada, S., Tijssen, T., Kodde, M., Goncalves, R. (2015): Massive point cloud data management: Design, implementation and execution of a point cloud benchmark. - Computers and Graphics, 49, 92-125.
https://doi.org/10.1016/j.cag.2015.01.007


Cite as: https://gfzpublic.gfz-potsdam.de/pubman/item/item_5025248
Abstract
Point cloud data are important sources for 3D geo-information. An inventory of the point cloud data management user requirements has been compiled using structured interviews with users from different background: government, industry and academia. Based on these requirements a benchmark has been developed to compare various point cloud data management solutions with regard to functionality and performance. The main test dataset is the second national height map of the Netherlands, AHN2, with 6-10 samples for every square meter of the country, resulting in 640 billion points. At the database level, a data storage model based on grouping the points in blocks is available in Oracle and PostgreSQL. This model is compared with the 'flat table' model, where each point is stored in a table row, in Oracle, PostgreSQL and the column-store MonetDB. In addition, the commonly used file-based solution Rapidlasso LAStools is used for comparison with the database solutions. The results of executing the benchmark on different platforms are presented as obtained during the increasingly challenging stages with more functionality and more data: mini (20 million points), medium (20 billion points), and full benchmark (the complete AHN2).During the design, the implementation and the execution of the benchmarks, a number of point cloud data management improvements were proposed and partly tested: Morton/Hilbert code for ordering data (especially in flat model), two algorithms for parallel query execution, and a unique vario-scale LoD data organization avoiding the density jumps of the well-known discrete LoD data organizations. Display Omitted HighlightsDesign of point cloud benchmark based on requirements from different groups of users within government, industry and academia.Analysing various data management systems: PostgreSQL, MonetDB, Oracle, and LAStools.New techniques for point cloud management: Morton code and Morton-ranges, algorithms for parallel query, and vario-LoD organization.