OPX 0.5.0 Interoperability Preview

The current preview checkpoint focuses on interoperability: LAS import/export, aligned 0.5.0 package naming, CLI verification and a clean release validation run.

Status

OPX 0.5.0 interoperability preview is prepared as the current development snapshot and supersedes the earlier 0.1.0 developer-preview positioning on this website.

Verification

Validated with configure/build/test, release-check, install and package steps; 147/147 CTest checks pass in the current development environment. The verified CI/release profile uses OPX_ENABLE_ZSTD=OFF and OPX_ENABLE_PDAL=OFF; optional integrations remain guarded behind CMake options.

Packages

Prepared package naming follows OPX-0.5.0; verified package artifacts include Windows-oriented ZIP and TAR.GZ archives from the current development snapshot.

Release notes summary

  • Complete block container architecture from the 0.1.0 foundation
  • C++20 reference SDK and CMake package export
  • Point clouds, imagery, vectors, survey and grids
  • Spatial index, adaptive octree, LOD summaries
  • Cloud-ready range reading and cache
  • Web API JSON export
  • LAS interoperability preview with opx-import-las and opx-export-las
  • Optional PDAL plugin skeleton with reserved readers.opx and writers.opx targets
  • CLI help verified for all tools
  • GitHub Actions CI added for Windows and Ubuntu with OPX_ENABLE_ZSTD=OFF and OPX_ENABLE_PDAL=OFF
  • Repository prepared for public publishing with README, issue templates, pull request template and code of conduct
  • Historical v0.1.0 docs remain available as archive context while current docs point to 0.5.0

View Repository