diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt
index 4892e0f..999af26 100644
--- a/docs/_sources/index.rst.txt
+++ b/docs/_sources/index.rst.txt
@@ -17,8 +17,10 @@ Features
- Based as much as possible on simple human readable JSON files, leverage efficient binary formats where a text-based representation would be impractical (for example for the point cloud data)
- OPF organizes photogrammetry data in a structured manner, allowing for easy access and retrieval of information.
- The data model includes information on both input and output of the photogrametry process:
+
- The input data include information about input cameras (camera list, input camera parameters), coordinate reference system, control points, scale and orientation constraints, etc.
- The output data include information about camera calibration (sparse point cloud, calibrated cameras) and the dense reconstructed point clouds.
+
- Efficient Storage of point clouds: The point cloud format for ATPs (sparse point cloud) and dense point cloud included in this specification is based on the open standard `GlTF `_ and is designed to be memory-mappable and spatially partitioned, enabling both efficient processing and progressive rendering of massive point clouds. The format retains information on the point visibiliy on images, normals, custom attributes, and more.
- Flexible Extension System: OPF is designed to be highly extensible and customizable, allowing for easy expansion of data representation as needed.
- OPF will be improved on an on-going basis to support additional photogrammetric outputs.
@@ -51,8 +53,10 @@ Existing tooling
We try to maintain here a non-comprehensive list of tools that implement the OPF specification. If you have a tool that implements OPF and you would like it to be listed here, please reach out to us!
- The `OPF GitHub `_ repository, containing
+
- the source of the `the OPF specification and documentation `_.
- JSON `schemas `_.
+
- `Pix4Dmatic `_ (commercial software). Minimum version required: v1.46.
Citation
@@ -60,7 +64,7 @@ Citation
If you use the OPF specification in your research or projects, we kindly request that you cite it as follows:
-`The Open Photogrammetry Format Specification, Grégoire Krähenbühl, Klaus Schneider-Zapp, Bastien Dalla Piazza, Juan Hernando, Juan Palacios, Massimiliano Bellomo, Mohamed-Ghaïth Kaabi, Christoph Strecha, Pix4D, 2023, retrived from http://developer.pix4d.com/opf-spec/`
+`The Open Photogrammetry Format Specification, Grégoire Krähenbühl, Klaus Schneider-Zapp, Bastien Dalla Piazza, Juan Hernando, Juan Palacios, Massimiliano Bellomo, Mohamed-Ghaïth Kaabi, Christoph Strecha, Pix4D, 2023, retrived from https://pix4d.github.io/opf-spec/`
License
diff --git a/docs/_static/css/theme.css b/docs/_static/css/theme.css
index d083f71..2a97fe8 100644
--- a/docs/_static/css/theme.css
+++ b/docs/_static/css/theme.css
@@ -192,8 +192,8 @@ input[type="text"], input[type="password"], input[type="email"], input[type="url
}
.globalNav a.homeLogo {
float: left;
- font-weight: 400;
- font-size: 18px;
+ font-weight: 500;
+ font-size: 24px;
line-height: 48px;
padding-right: 18px;
}
diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js
index 2fa8c97..52be607 100644
--- a/docs/_static/documentation_options.js
+++ b/docs/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '',
+ VERSION: '1.0.2',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/docs/annexes.html b/docs/annexes.html
index b8dfe0d..32c1da8 100644
--- a/docs/annexes.html
+++ b/docs/annexes.html
@@ -8,7 +8,7 @@
- Annexes — Open Photogrammetry Format Specification documentation
+ Annexes — Open Photogrammetry Format Specification 1.0.2 documentation
@@ -45,7 +45,7 @@
- Open Photogrammetry Format
+ Open Photogrammetry Format
@@ -387,10 +387,10 @@
- OPF /
-
- Version /
+ Version 1.0.2 /
- - None
+ - May 2023
@@ -398,8 +398,6 @@
-
- View page source
-
diff --git a/docs/calibration.html b/docs/calibration.html
index 3fb0c71..e66e01c 100644
--- a/docs/calibration.html
+++ b/docs/calibration.html
@@ -8,7 +8,7 @@
- Calibration — Open Photogrammetry Format Specification documentation
+ Calibration — Open Photogrammetry Format Specification 1.0.2 documentation
@@ -45,7 +45,7 @@
- - Open Photogrammetry Format
+ Open Photogrammetry Format
@@ -387,10 +387,10 @@
- OPF /
-
- Version /
+ Version 1.0.2 /
- - None
+ - May 2023
@@ -398,8 +398,6 @@
-
- View page source
-
diff --git a/docs/cameras.html b/docs/cameras.html
index bc171ef..088e229 100644
--- a/docs/cameras.html
+++ b/docs/cameras.html
@@ -8,7 +8,7 @@
- Cameras — Open Photogrammetry Format Specification documentation
+ Cameras — Open Photogrammetry Format Specification 1.0.2 documentation
@@ -45,7 +45,7 @@
- - Open Photogrammetry Format
+ Open Photogrammetry Format
@@ -387,10 +387,10 @@
- OPF /
-
- Version /
+ Version 1.0.2 /
- - None
+ - May 2023
@@ -398,8 +398,6 @@
-
- View page source
-
diff --git a/docs/genindex.html b/docs/genindex.html
index 5c96a26..52e54e7 100644
--- a/docs/genindex.html
+++ b/docs/genindex.html
@@ -8,7 +8,7 @@
- Index — Open Photogrammetry Format Specification documentation
+ Index — Open Photogrammetry Format Specification 1.0.2 documentation
@@ -43,7 +43,7 @@
- - Open Photogrammetry Format
+ Open Photogrammetry Format
@@ -385,10 +385,10 @@
- OPF /
-
- Version /
+ Version 1.0.2 /
- - None
+ - May 2023
diff --git a/docs/index.html b/docs/index.html
index e3a4337..3e1112c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -8,7 +8,7 @@
- Open Photogrammetry Format (OPF) Specification — Open Photogrammetry Format Specification documentation
+ Open Photogrammetry Format (OPF) Specification — Open Photogrammetry Format Specification 1.0.2 documentation
@@ -44,7 +44,7 @@